[Buildbot-commits] buildbot/buildbot/status html.py,1.94,1.95
Brian Warner
warner at users.sourceforge.net
Wed Feb 7 03:42:49 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13532/buildbot/status
Modified Files:
html.py
Log Message:
[project @ html.py: oops, close the FORM tag]
Original author: warner at lothar.com
Date: 2007-02-07 03:41:38
Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- html.py 11 Dec 2006 09:06:35 -0000 1.94
+++ html.py 7 Feb 2007 03:42:47 -0000 1.95
@@ -394,6 +394,7 @@
data += make_row("Reason for re-running build:",
"<input type='text' name='comments' />")
data += '<input type="submit" value="Rebuild" />\n'
+ data += '</form>\n'
data += "<h2>Steps and Logfiles:</h2>\n"
if b.getLogs():
More information about the Commits
mailing list