Quote:
Originally Posted by wildfire070
Is anyone noticing when running an "update if new chapters" on an existing epub, that extra line breaks are added to the beginning of existing chapters?
|
I don't see that and I have some stories that are updating multiple times a day...
My first suspicion would be your chapter_start setting includes <br> tags and that's where it's coming from.
From
CustomOutput wiki page:
Quote:
When an epub chapter is read back in during update, everything outside the <body> tag is discarded, as well as the first <h3>, the first <h2> tag (for historical reasons), and any tag with class skip_on_ffdl_update. That way you can include additional items in chapter_start inside the <body> tag that will be replaced each update. This is useful for sites that have additional chapter info, like chapter word counts or chapter dates.
|