trivial: fix semi colon that was out of attribute quotes

This commit is contained in:
Frédéric Péters 2015-04-01 17:59:36 +02:00
parent d7d9713272
commit de6b1f9a76
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class FormPage(Directory):
r += htmltext('<button class="refresh">%s</button>') % _('Refresh')
r += htmltext('<button id="columns-settings">%s</button>') % _('Columns Settings')
r += htmltext('<div style="display: none";>')
r += htmltext('<div style="display: none;">')
r += htmltext('<ul id="columns-filter">')
for field in self.get_formdef_fields():
if not hasattr(field, str('get_view_value')):