mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 07:06:15 +01:00
GwR revise Description page layout
This commit is contained in:
parent
888029735f
commit
3282f39baf
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,7 +1226,7 @@ def generateHTMLDescriptions(self):
|
|||
emTag = Tag(soup, "em")
|
||||
emTag.insert(0, aTag)
|
||||
if ttc < len(title['tags']):
|
||||
emTag.insert(1, NavigableString(', '))
|
||||
emTag.insert(1, NavigableString(' · '))
|
||||
tagsTag.insert(ttc, emTag)
|
||||
ttc += 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue