This commit is contained in:
Kovid Goyal 2023-10-23 09:36:05 +05:30
parent e9065db9d5
commit 209d8bc264
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -948,7 +948,7 @@ def render_metadata(mi, table, container_id, book_id): # {{{
traceback.print_exc()
current_edit_action = edit_field.bind(None, container_id, book_id, 'cover')
table.appendChild(E.tr(onclick=current_edit_action, E.td(_('Cover') + ':'), E.td()))
table.appendChild(E.tr(onclick=current_edit_action, E.td(_('Cover')), E.td()))
img = E.img(
style='max-width: 300px; max-height: 400px',
)