Quote:
Originally Posted by kovidgoyal
That means that the string is present in your input document twice.
|
Thanks kovid, but I checked that no text duplications exist in the html debug files to trigger the expression twice. What's weird is that /processed & /structure files show double toc entries, the first one empty.
/parsed
Code:
<p class="MsoPlainText"><span style="font-size:12.0pt;font-family:"Trebuchet MS";">#Textbody...</span></p>
/structure
Code:
<hr/><p class="MsoPlainText" id="calibre_toc_2"><hr/><span style="font-size:12.0pt;font-family:"Trebuchet MS";" id="calibre_toc_3">#Textbody...</span></p>
/processed
Code:
<p class="MsoPlainText1" id="calibre_toc_2"><hr class="calibre4"/><span id="calibre_toc_3" class="calibre3">#Textbody...</span></p>
Still without clue, I hope this helps. Thanks, Wolf.