mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 06:33:42 +02:00
Fix #1278 (calibredb inserting <PRE> tags around Summary)
This commit is contained in:
parent
fe5e125e92
commit
a4efa9b305
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
<link py:if="record['cover']" rel="x-stanza-cover-image" type="image/png" href="${quote(record['cover'].replace(sep, '/')).replace('http%3A', 'http:')}" />
|
||||
<link py:if="record['cover']" rel="x-stanza-cover-image-thumbnail" type="image/png" href="${quote(record['cover'].replace(sep, '/')).replace('http%3A', 'http:')}" />
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml"><pre>${record['comments']}</pre></div>
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">${record['comments']}</div>
|
||||
</content>
|
||||
</entry>
|
||||
</py:for>
|
||||
|
|
|
|||
Loading…
Reference in a new issue