mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #885332 (Incorrent URL with --url-prefix)
This commit is contained in:
parent
543c42d9b5
commit
d43d661830
@ -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')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user