mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 20:13:18 +02:00
removed prettify(), fixed p.date_index css
This commit is contained in:
parent
7be4742568
commit
9b5ab80429
2 changed files with 1 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ p.description {
|
|||
p.date_index {
|
||||
font-size:x-large;
|
||||
text-align:center;
|
||||
font-style:bold;
|
||||
font-weight:bold;
|
||||
margin-top:1em;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2134,7 +2134,6 @@ def generateNCXByDateAdded(self, tocTitle):
|
|||
# Add this section to the body
|
||||
body.insert(btc, navPointTag)
|
||||
btc += 1
|
||||
print soup.prettify()
|
||||
self.ncxSoup = soup
|
||||
|
||||
def generateNCXByTags(self, tocTitle):
|
||||
|
|
|
|||
Loading…
Reference in a new issue