diff options
| author | Jim Apperly <jim@rabbitmq.com> | 2010-10-28 13:05:00 +0100 |
|---|---|---|
| committer | Jim Apperly <jim@rabbitmq.com> | 2010-10-28 13:05:00 +0100 |
| commit | cc7653607acb4e9657e5ca8534e7207cb1c4921f (patch) | |
| tree | 6ec1af76fcda35aae9304f8f60d13084c9aaf7c0 /docs/remove-namespaces.xsl | |
| parent | b2be431a3fdd18bea340d4aad73a9f2d36bea911 (diff) | |
| download | rabbitmq-server-git-cc7653607acb4e9657e5ca8534e7207cb1c4921f.tar.gz | |
applied emile's patch
Diffstat (limited to 'docs/remove-namespaces.xsl')
| -rw-r--r-- | docs/remove-namespaces.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/remove-namespaces.xsl b/docs/remove-namespaces.xsl index 0a0bc72c93..2b67bf5fac 100644 --- a/docs/remove-namespaces.xsl +++ b/docs/remove-namespaces.xsl @@ -8,7 +8,7 @@ <!-- Copy every element through with local name only --> <xsl:template match="*"> - <xsl:element name="{local-name()}"> + <xsl:element name="{local-name()}" namespace="http://www.w3.org/1999/xhtml"> <xsl:apply-templates select="@*|node()"/> </xsl:element> </xsl:template> |
