[med-svn] r1359 - trunk/community/infrastructure/test
tille at alioth.debian.org
tille at alioth.debian.org
Mon Feb 11 19:34:11 UTC 2008
Author: tille
Date: 2008-02-11 19:34:10 +0000 (Mon, 11 Feb 2008)
New Revision: 1359
Modified:
trunk/community/infrastructure/test/cddtasktools.py
Log:
Missing blank where line breaks used to be
Modified: trunk/community/infrastructure/test/cddtasktools.py
===================================================================
--- trunk/community/infrastructure/test/cddtasktools.py 2008-02-11 19:32:15 UTC (rev 1358)
+++ trunk/community/infrastructure/test/cddtasktools.py 2008-02-11 19:34:10 UTC (rev 1359)
@@ -51,7 +51,7 @@
ShortDesc = lines[0]
LongDesc = ''
for line in lines[1:]:
- LongDesc += line.strip() + '\n'
+ LongDesc += line.strip() + ' \n'
# This is to sanitize output for XHTML pages. --David
LongDesc = LongDesc.replace("<", "<").replace(">", ">")
LongDesc = LongDesc.replace("\n .\n", "<br /><br />").replace("\n", "")
More information about the debian-med-commit
mailing list