mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:13:04 +02: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
1 changed files with 0 additions and 2 deletions
|
|
@ -302,8 +302,6 @@ def process_field(field, fm):
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue