extras-buildsys/www job.psp,1.1,1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Wed Jul 27 06:59:35 UTC 2005


Author: dcbw

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

Modified Files:
	job.psp 
Log Message:
Beautify log display


Index: job.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/job.psp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- job.psp	23 Jul 2005 00:55:31 -0000	1.1
+++ job.psp	27 Jul 2005 06:59:33 -0000	1.2
@@ -67,6 +67,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']))
+            result_msg = result_msg.replace("\n", "<br />")
 %>
                     <tr><td class="jobdetail-tag"><font class="jobdetail-tag">Result:</font></td><td class="jobdetail-text">"<%=result_msg%>"</td></tr>
 <%




More information about the fedora-extras-commits mailing list