View Single Post
Old 01-28-2015, 02:30 PM   #3690
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,034
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by AndersW View Post
http://www.fimfiction.net/story/6849...lind/girl-talk

This chapter of this story has a horizontal line that is disappearing. And yes I did try the experimental one you just posted.
The author didn't use an hr tag there. They faked it with line-through and spaces:
Code:
<p><span style="text-decoration: line-through;">&nbsp;[...]&nbsp; </span></p>
If you set keep_style_attr:true in personal.ini, it keeps some of these fake hr's, but not all of them.

It looks like some of them are being lost in processing due to incorrect tag nesting in the author's original HTML.

Unless you can show several examples of this problem in different stories by different authors, I'm inclined to chalk it up to bad HTML by the author and not worry about it.

But I'll look into it more if you can find several instances that show me it's something that commonly happens.
JimmXinu is offline