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

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


Author: mschwendt

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

Modified Files:
	job.psp 
Log Message:



Index: job.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/job.psp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- job.psp	31 Oct 2005 17:39:47 -0000	1.13
+++ job.psp	6 Jan 2008 16:39:46 -0000	1.14
@@ -79,9 +79,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