View Single Post
Old 02-10-2018, 12:54 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,864
Karma: 6120478
Join Date: Nov 2009
Device: many
Yes, the error says you have added (or previously existed) xhtml tags that have an attribute called "dir" and that attribute if needed at all should only have one of two directions: ltr (text goes left to right) or rtl (text goes right to left). The 17 indicates the line number and 30 is the column number in that file to look at to see the problem attribute.

Unless you really have an ebook with text that reads right-to-left, I would remove that dir attribute completely for those tags.

This can be easily accomplished in CodeView
KevinH is offline   Reply With Quote