View Single Post
Old 06-27-2010, 05:28 AM   #2
toddos
Guru
toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.
 
toddos's Avatar
 
Posts: 695
Karma: 822675
Join Date: May 2010
Device: Kobo Aura, Nokia Lumia 920 (Freda)
I just ran into the same problem. It looks like it's caused by attributes on tags with values that are not in quotes. For example, if you're converting rtf or doc to HTML using Word, classes are generally not quoted (class=MsoNormal rather than class="MsoNormal"). Apparently some change in HTML processing 0.7.5 no longer likes that. In my case, I was able to clean up the HTML easily enough, adding quotes around unquoted attributes.

Hopefully it's just a bug and not a new feature
toddos is offline   Reply With Quote