mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
c352e3e9ed
commit
22fc372bbe
@ -214,7 +214,7 @@ def mi_to_html(
|
|||||||
prepare_string_for_xml(durl))
|
prepare_string_for_xml(durl))
|
||||||
if show_links:
|
if show_links:
|
||||||
link = '<a href="{}" title="{}">{}</a>{}'.format(action(scheme, book_id=book_id, loc=loc),
|
link = '<a href="{}" title="{}">{}</a>{}'.format(action(scheme, book_id=book_id, loc=loc),
|
||||||
prepare_string_for_xml(path, True), _('Click to open'), extra)
|
prepare_string_for_xml(path, True), _('Book files'), extra)
|
||||||
if not isdevice:
|
if not isdevice:
|
||||||
data_path = os.path.join(path, DATA_DIR_NAME)
|
data_path = os.path.join(path, DATA_DIR_NAME)
|
||||||
with suppress(OSError):
|
with suppress(OSError):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user