mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Content server: Fix heading for custom comments columns being duplicated in the book details page
This commit is contained in:
parent
d8ff047cb9
commit
768774a7be
@ -302,8 +302,6 @@ def render_metadata(mi, table, book_id): # {{{
|
|||||||
if hp is 'side':
|
if hp is 'side':
|
||||||
add_row(name, val, is_html=True)
|
add_row(name, val, is_html=True)
|
||||||
return
|
return
|
||||||
if hp is 'above':
|
|
||||||
val = E.h3(name).outerHTML + val
|
|
||||||
comments.push(v'[field, val]')
|
comments.push(v'[field, val]')
|
||||||
return
|
return
|
||||||
func = None
|
func = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user