Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Aug 1, 2009
1 parent 15bd807 commit f15ebee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildbot/status/web/build.py
Expand Up @@ -123,7 +123,7 @@ def body(self, req):
name,
" ".join(s.getText()),
time_to_run))
data += " <ol>\n"
data += " <ol>\n"
if s.getLogs():
for logfile in s.getLogs():
logname = logfile.getName()
Expand All @@ -138,8 +138,8 @@ def body(self, req):
logurl = url[1]
data += (' <li><a href="%s">%s</a></li>\n' %
(logurl, html.escape(logname)))
data += "</ol>\n"
data += " </li>\n"
data += "</ol>\n"
data += " </li>\n"

data += "</ol>\n"

Expand Down

0 comments on commit f15ebee

Please sign in to comment.