HTML5
This commit is contained in:
parent
316a1afe5e
commit
e407a8d6f2
@ -5,7 +5,11 @@
|
|||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
exclude-result-prefixes="atom planet xhtml">
|
exclude-result-prefixes="atom planet xhtml">
|
||||||
|
|
||||||
|
<xsl:output method="xml" omit-xml-declaration="yes"/>
|
||||||
|
|
||||||
<xsl:template match="atom:feed">
|
<xsl:template match="atom:feed">
|
||||||
|
<xsl:text disable-output-escaping="yes"><!DOCTYPE html></xsl:text>
|
||||||
|
<xsl:text> </xsl:text>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
<!-- head -->
|
<!-- head -->
|
||||||
@ -21,7 +25,7 @@
|
|||||||
</xsl:if>
|
</xsl:if>
|
||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
<script type="text/javascript" src="personalize.js">
|
<script type="text/javascript" src="personalize.js">
|
||||||
<xsl:comment>HTML Compatibility</xsl:comment>
|
<xsl:comment><!--HTML Compatibility--></xsl:comment>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user