mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
22fc372bbe
commit
fd8717ae41
@ -219,7 +219,7 @@ def mi_to_html(
|
||||
data_path = os.path.join(path, DATA_DIR_NAME)
|
||||
with suppress(OSError):
|
||||
if os.listdir(data_path):
|
||||
link += ' \xa0 <a href="{}" title="{}">{}</a>'.format(
|
||||
link += ', <a href="{}" title="{}">{}</a>'.format(
|
||||
action('data-path', book_id=book_id, loc=book_id),
|
||||
prepare_string_for_xml(data_path, True), _('Data files'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user