Skip to content

Commit

Permalink
Fix w3c validator issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwo committed Mar 1, 2014
1 parent 81f97ce commit be16804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/web/console.py
Expand Up @@ -453,7 +453,7 @@ def displayStatusLine(self, builderList, allBuilds, revision, debugInfo):
current_details = {}
if introducedIn:
current_details = introducedIn.details or ""
url = "./buildstatus?builder=%s&number=%s" % (urllib.quote(builder),
url = "./buildstatus?builder=%s&number=%s" % (urllib.quote(builder),
introducedIn.number)
pageTitle += " "
pageTitle += urllib.quote(' '.join(introducedIn.text), ' \n\\/:')
Expand Down

0 comments on commit be16804

Please sign in to comment.