summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-12 09:59:52 +0000
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-02-13 00:01:40 +0200
commit94e070fe49277fda8d2de35c4a80235bc432dcfb (patch)
tree22a3ad1cea9530c8489fa5fee5a00f5a8bcf804b /tools
parent940e71f66fbe9d6ec3534ae57dd680b49b0289cf (diff)
doc-generator.xsl: fix xmlns of rationales
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 69bd3ff..3b53ca0 100644
--- a/tools/doc-generator.xsl
+++ b/tools/doc-generator.xsl
@@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</xsl:template>
<xsl:template match="tp:rationale">
- <div class="rationale">
+ <div xmlns="http://www.w3.org/1999/xhtml" class="rationale">
<xsl:apply-templates select="node()" mode="html"/>
</div>
</xsl:template>