trivial: fix closing tags (#12890)

This commit is contained in:
Frédéric Péters 2016-08-21 10:31:02 +02:00
parent 8b67cae356
commit 070d17ea56
1 changed files with 2 additions and 2 deletions

View File

@ -272,8 +272,8 @@ class SettingsDirectory(wcs.admin.settings.SettingsDirectory):
if get_publisher().has_site_option('domino'):
r += htmltext('<li><a href="aq/domino">%s</a></li>') % _('Abelium Domino Integration')
r += htmltext('</ul>')
r += htmltext('</div')
r += htmltext('</div')
r += htmltext('</div>')
r += htmltext('</div>')
return r.getvalue()
def _q_lookup(self, component):