This commit is contained in:
Kovid Goyal 2012-07-03 07:27:42 +05:30
parent 18791fd822
commit 9ef592bc33

View File

@ -106,6 +106,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS,
navigation, navigation,
HR(CLASS('spacer')), HR(CLASS('spacer')),
bookt, bookt,
HR(CLASS('spacer')),
navigation2 navigation2
) )
@ -157,7 +158,6 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS,
bookt.append(TR(thumbnail, data)) bookt.append(TR(thumbnail, data))
# }}} # }}}
body.append(HR())
body.append(DIV( body.append(DIV(
A(_('Switch to the full interface (non-mobile interface)'), A(_('Switch to the full interface (non-mobile interface)'),
href=prefix+"/browse", href=prefix+"/browse",