mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
c352e3e9ed
commit
22fc372bbe
@ -214,7 +214,7 @@ def mi_to_html(
|
||||
prepare_string_for_xml(durl))
|
||||
if show_links:
|
||||
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:
|
||||
data_path = os.path.join(path, DATA_DIR_NAME)
|
||||
with suppress(OSError):
|
||||
|
Loading…
x
Reference in New Issue
Block a user