Projet

Général

Profil

0001-trivial-fix-closing-tags-12890.patch

dans le même style, pour auquo - Frédéric Péters, 21 août 2016 10:31

Télécharger (953 octets)

Voir les différences:

Subject: [PATCH] trivial: fix closing tags (#12890)

 extra/modules/admin.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
extra/modules/admin.py
272 272
        if get_publisher().has_site_option('domino'):
273 273
            r += htmltext('<li><a href="aq/domino">%s</a></li>') % _('Abelium Domino Integration')
274 274
        r += htmltext('</ul>')
275
        r += htmltext('</div')
276
        r += htmltext('</div')
275
        r += htmltext('</div>')
276
        r += htmltext('</div>')
277 277
        return r.getvalue()
278 278

  
279 279
    def _q_lookup(self, component):
280
-