Forum

Banshee Framework and html5

René
12 December 2013, 18:53
Hi Hugo,

I've just successfully checked the Pluralism theme as html5!

In main.xslt I've changed the line:
    <xsl:output method="html" encoding="utf-8" 
doctype-public="-//W3C//DTD HTML 4.01//EN"
doctype-system="http://www.w3.org/TR/html4/strict.dtd" />

to:
<xsl:output
method="html"
doctype-system="about:legacy-compat"
encoding="UTF-8"
indent="yes" />

Security wise I don't break something?
Hugo Leisink
12 December 2013, 19:23
No security issue that I can think of.
René
12 December 2013, 19:24
Ok, thanks.
This topic has been closed.