This commit is contained in:
Kovid Goyal 2023-04-23 09:39:28 +05:30
parent 22fc372bbe
commit fd8717ae41
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'))