[med-svn] r1982 - trunk/community/infrastructure/scripts

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Fri Jun 6 09:16:23 UTC 2008


Author: hanska-guest
Date: 2008-06-06 09:16:22 +0000 (Fri, 06 Jun 2008)
New Revision: 1982

Modified:
   trunk/community/infrastructure/scripts/update-tasks
Log:
Yes, I'm sleeping.


Modified: trunk/community/infrastructure/scripts/update-tasks
===================================================================
--- trunk/community/infrastructure/scripts/update-tasks	2008-06-06 09:15:36 UTC (rev 1981)
+++ trunk/community/infrastructure/scripts/update-tasks	2008-06-06 09:16:22 UTC (rev 1982)
@@ -69,7 +69,7 @@
 	node.tasks.repeat(renderTaskList, tasks)
 	t = datetime.now()
 	node.date.content = formatdate(time.mktime(t.timetuple()))
-	node.CDD.raw = '<?php $CDD = '%s' ?>' % PRINTEDNAME[CDD]
+	node.CDD.raw = '<?php $CDD = "%s" ?>' % PRINTEDNAME[CDD]
 
 def renderTaskList(node, task):
 	node.task.raw = """<a href="%s.php" name="%s" id="%s">%s</a>""" % (task, task, task, task.capitalize())




More information about the debian-med-commit mailing list