hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Sun Apr 1 14:53:02 PDT 2007


 doc/spec/config.xsl |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree e0e264fc0caf8312d49c0bec10659fc1b08747b3 (from 51ee8eb98ac8de413d2a5b2df8d78d663f2e01c6)
Author: David Zeuthen <davidz at redhat.com>
Date:   Sun Apr 1 17:52:57 2007 -0400

    use UTF-8 for the generated HTML
    
    Credit goes to Richard Hughes for figuring this out.

diff --git a/doc/spec/config.xsl b/doc/spec/config.xsl
index 7aa9def..32dafcf 100644
--- a/doc/spec/config.xsl
+++ b/doc/spec/config.xsl
@@ -3,4 +3,5 @@
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
                 version="1.0">
   <xsl:param name="html.stylesheet" select="'docbook.css'"/>
+  <xsl:output method="html" encoding="UTF-8" indent="no"/>
 </xsl:stylesheet>


More information about the hal-commit mailing list