extras-buildsys/www job.psp,1.12,1.12.6.1

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Jan 31 14:30:14 UTC 2008


Author: mschwendt

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

Modified Files:
      Tag: Plague-0_4_5
	job.psp 
Log Message:
plague-0.4.4.1-buildsys-fixes.patch 




Index: job.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/job.psp,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -r1.12 -r1.12.6.1
--- job.psp	1 Sep 2005 18:28:32 -0000	1.12
+++ job.psp	31 Jan 2008 14:30:14 -0000	1.12.6.1
@@ -74,9 +74,11 @@
         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':
+               result_msg += '\n'
             result_msg = "<p class='result'>"+result_msg.replace("\n", "</p><p class='result'>")+"</p>"
 %>
-                    <tr><td class="jobdetail-tag"><font class="jobdetail-tag">Result:</font></td><td class="jobdetail-text">"<%=result_msg%>"</td></tr>
+                    <tr><td class="jobdetail-tag"><font class="jobdetail-tag">Result:</font></td><td class="jobdetail-text"><%=result_msg%></td></tr>
 <%
         # endif
 %>




More information about the fedora-extras-commits mailing list