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