[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.30, 1.31

Brian Warner warner at users.sourceforge.net
Wed Jun 25 23:52:28 UTC 2008


Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26375/buildbot/status/web

Modified Files:
	waterfall.py 
Log Message:
[project @ fix-html-typo.patch]
Fix a typo: omitted '>' at the end of a footer <div>

Original author: dustin at v.igoro.us
Date: 2008-06-13 22:57:34+00:00

Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- waterfall.py	27 May 2008 00:52:29 -0000	1.30
+++ waterfall.py	25 Jun 2008 23:52:26 -0000	1.31
@@ -530,7 +530,7 @@
 
         data += "</table>\n"
 
-        data += '<hr /><div class="footer"\n'
+        data += '<hr /><div class="footer">\n'
 
         def with_args(req, remove_args=[], new_args=[], new_path=None):
             # sigh, nevow makes this sort of manipulation easier





More information about the Commits mailing list