Add real names to icons/flags instead of generic ones

This commit is contained in:
Gregory Soutade
2016-04-12 09:35:03 +02:00
parent bc2556fbc1
commit 9a593713d1
4 changed files with 14 additions and 12 deletions

View File

@@ -364,7 +364,7 @@ class DisplayHTMLPage(object):
for block in self.blocks:
block.build(f, filters=filters)
if displayVersion:
f.write(u'<span style="text-align:center">Generated by <a href="%s">IWLA %s</a></span>' %
f.write(u'<div style="text-align:center;width:100%%">Generated by <a href="%s">IWLA %s</a></div>' %
("http://indefero.soutade.fr/p/iwla", self.iwla.getVersion()))
f.write(u'</body></html>')
f.close()