summaryrefslogtreecommitdiff
path: root/xslt/docbook/html
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-04-25 21:52:16 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-04-25 21:52:16 +0000
commitf0fdca97c120ecd09e09d68ee5e820ccb0e9e818 (patch)
tree562a93ab69071a39d5e0b66db291d07c47b63b7a /xslt/docbook/html
parent06bc164afe8109a706194975e7d1eee5aca6dac8 (diff)
downloadgnome-doc-utils-f0fdca97c120ecd09e09d68ee5e820ccb0e9e818.tar.gz
- Don't exclude undefined result prefix "msg"
* xslt/docbook/html/db2html-autotoc.xsl: - Don't exclude undefined result prefix "msg" svn path=/trunk/; revision=929
Diffstat (limited to 'xslt/docbook/html')
-rw-r--r--xslt/docbook/html/db2html-autotoc.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/docbook/html/db2html-autotoc.xsl b/xslt/docbook/html/db2html-autotoc.xsl
index 82c9431..3292a1b 100644
--- a/xslt/docbook/html/db2html-autotoc.xsl
+++ b/xslt/docbook/html/db2html-autotoc.xsl
@@ -18,7 +18,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:html="http://www.w3.org/1999/xhtml"
- exclude-result-prefixes="msg html"
+ exclude-result-prefixes="html"
version="1.0">
<!--!!==========================================================================