View Single Post
Old 12-02-2015, 12:35 PM   #4
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,841
Karma: 6120478
Join Date: Nov 2009
Device: many
That DOCTYPE is okay for html5 in Sigil-0.9.1 and so the html tag is simply missing the xml namespace attribute to tell it how to interpret the xml. This is needed for Preview/BookView to interpret the file as xhtml not some dialect of html.

So edit the <html> tag and add the attribute:

xmlns="http://www.w3.org/1999/xhtml"

And you will see all appears as normal.

KevinH
KevinH is offline   Reply With Quote