mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #7729 (calibre network share not working)
This commit is contained in:
parent
ebc553a8f3
commit
25467ff22a
@ -368,7 +368,7 @@ class BrowseServer(object):
|
|||||||
for x, y, z in cats]
|
for x, y, z in cats]
|
||||||
|
|
||||||
main = u'<div class="toplevel"><h3>{0}</h3><ul>{1}</ul></div>'\
|
main = u'<div class="toplevel"><h3>{0}</h3><ul>{1}</ul></div>'\
|
||||||
.format(_('Choose a category to browse by:'), '\n\n'.join(cats))
|
.format(_('Choose a category to browse by:'), u'\n\n'.join(cats))
|
||||||
return self.browse_template('name').format(title='',
|
return self.browse_template('name').format(title='',
|
||||||
script='toplevel();', main=main)
|
script='toplevel();', main=main)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user