mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-15 20:41:31 +00:00
Drop closing li tag from "valid candidate" messages
Although it's technically correct, none of the other messages include closing tags, and at least grep-excuses isn't prepared to deal with closing tags. Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
60aa770496
commit
e24a8aa140
@ -159,6 +159,6 @@ class Excuse(object):
|
|||||||
if n not in self.deps:
|
if n not in self.deps:
|
||||||
res += "<li>Ignoring %s depends: <a href=\"#%s\">%s</a>\n" % (a, n, n)
|
res += "<li>Ignoring %s depends: <a href=\"#%s\">%s</a>\n" % (a, n, n)
|
||||||
if self.is_valid:
|
if self.is_valid:
|
||||||
res += "<li>Valid candidate</li>\n"
|
res += "<li>Valid candidate\n"
|
||||||
res = res + "</ul>\n"
|
res = res + "</ul>\n"
|
||||||
return res
|
return res
|
||||||
|
Loading…
x
Reference in New Issue
Block a user