still doesn't work
git-svn-id: http://yolanda.mister-muffin.de/svn@347 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
9963bbe7b6
commit
0f896875c4
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
<xsl:stylesheet version="1.0"
|
<xsl:stylesheet version="1.0"
|
||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
xmlns:cc="http://web.resource.org/cc/"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
>
|
>
|
||||||
|
|
||||||
<xsl:output
|
<xsl:output
|
||||||
|
|
|
@ -71,7 +71,7 @@ hopefully, CSS 3 will fix this
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html>
|
||||||
|
|
||||||
<xsl:call-template name="xhtml-head" />
|
<xsl:call-template name="xhtml-head" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue