mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
7dfeea3d13
commit
fc0cfe90f7
@ -114,7 +114,7 @@ def render_metadata(mi, interface_data, table, field_list=None):
|
||||
for fmt in val:
|
||||
td = table.lastChild.lastChild
|
||||
td.appendChild(E.span(fmt, style='white-space: nowrap'))
|
||||
if interface_data.input_formats[fmt]:
|
||||
if interface_data.input_formats[fmt] or interface_data.input_formats[fmt.replace('ORIGINAL_', '')]:
|
||||
td.lastChild.appendChild(E.a(
|
||||
title=str.format(_('Read this book in the {} format'), fmt),
|
||||
href='javascript:void(0)', style='padding-left: 1em',
|
||||
|
Loading…
x
Reference in New Issue
Block a user