extras-buildsys/www job.psp,1.14,1.15

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Jan 6 16:47:30 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/www
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17042

Modified Files:
	job.psp 
Log Message:



Index: job.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/job.psp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- job.psp	6 Jan 2008 16:39:46 -0000	1.14
+++ job.psp	6 Jan 2008 16:47:28 -0000	1.15
@@ -79,7 +79,7 @@
         if job.has_key('result_msg') and job['result_msg'] and len(job['result_msg']):
             import urllib
             result_msg = urllib.unquote(str(job['result_msg']))
-            if result_msg[:-1] != '\n':
+            if result_msg[-1] != '\n':
                 result_msg += '\n'
             result_msg = "<p class='result'>"+result_msg.replace("\n", "</p><p class='result'>")+"</p>"
 %>




More information about the fedora-extras-commits mailing list