Fix #885332 (Incorrent URL with --url-prefix)

This commit is contained in:
Kovid Goyal 2011-11-03 08:10:28 +05:30
parent 543c42d9b5
commit d43d661830

View File

@ -156,7 +156,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS,
body.append(HR()) 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="/browse", href=prefix+"/browse",
style="text-decoration: none; color: blue", style="text-decoration: none; color: blue",
title=_('The full interface gives you many more features, ' title=_('The full interface gives you many more features, '
'but it may not work well on a small screen')), 'but it may not work well on a small screen')),