use fake columns left justified, auto divider

This commit is contained in:
Bryce Allen
2015-11-18 19:37:58 -06:00
parent 130b6095cf
commit 8510e8af06
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from mhapi.util import get_utf8_writer
def mk_html_list(dict_list, keys, sort_key):
print '<ul data-role="listview" data-filter="true" input="#filterlist">'
print '<ul data-role="listview" data-filter="true" data-autodividers="true">'
for d in sorted(dict_list, key=lambda x: x[sort_key]):
print " <li>"
for k in keys: