summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-22 13:18:47 +0000
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-02-13 00:01:41 +0200
commit2c53f66d54fe0c1d367efcac8dadf20a7a2121eb (patch)
tree5808043f1a2a862139637a0c8b625357c4818c57 /tools
parent7f9e09a3cf9761020c4e48b6d70a6120e9be9f73 (diff)
doc-generator.xsl: pass through HTML attributes
Diffstat (limited to 'tools')
-rw-r--r--tools/doc-generator.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl
index 971dbf1..7d4fa4e 100644
--- a/tools/doc-generator.xsl
+++ b/tools/doc-generator.xsl
@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
don't work ideally in the presence of two things that want to use the
absence of a prefix, sadly. -->
- <xsl:template match="html:*" mode="html">
+ <xsl:template match="html:* | @*" mode="html">
<xsl:copy>
<xsl:apply-templates mode="html"/>
</xsl:copy>