Add real names to icons/flags instead of generic ones
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user