mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
GwR revise Description page layout
This commit is contained in:
parent
888029735f
commit
3282f39baf
@ -1226,7 +1226,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
emTag = Tag(soup, "em")
|
emTag = Tag(soup, "em")
|
||||||
emTag.insert(0, aTag)
|
emTag.insert(0, aTag)
|
||||||
if ttc < len(title['tags']):
|
if ttc < len(title['tags']):
|
||||||
emTag.insert(1, NavigableString(', '))
|
emTag.insert(1, NavigableString(' · '))
|
||||||
tagsTag.insert(ttc, emTag)
|
tagsTag.insert(ttc, emTag)
|
||||||
ttc += 1
|
ttc += 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user