View Single Post
Old 01-09-2020, 10:26 AM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,358
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Not sure if there is an auto-fix...that just appears to be sloppy coding.

You can fix it with a couple quick regex search/replace in Calibre Editor:

Code:
1) change the italic
   search: <span class="c_current__and__white_background__and__italic">(.*?)</span>
   replace: <em>\1</em>

2) remove the other
   search: <span class="c_current__and__white_background1">(.*?)</span>
   replace: \1
Turtle91 is offline   Reply With Quote