summaryrefslogtreecommitdiff
path: root/data/xslt
diff options
context:
space:
mode:
authorJannick <thirdedition@gmx.net>2018-10-14 15:15:34 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-10-14 18:53:21 +0200
commit20a6c3175fb5c8e636f43bfcfdebe4a954116121 (patch)
tree5f8786b20ef20efdeab68814a4dce41fe7aa6c22 /data/xslt
parent45ef3d92a1244bd11a487c9f84417ba6bbd85d6f (diff)
downloadbison-20a6c3175fb5c8e636f43bfcfdebe4a954116121.tar.gz
xml2xhtml.xsl: add UTF-8 encoding
To make arrows appear nicely in the browser. Currently it is shown as some garbled something in mine (Firefox). * data/xslt/xml2xhtml.xsl: here.
Diffstat (limited to 'data/xslt')
-rw-r--r--data/xslt/xml2xhtml.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/xslt/xml2xhtml.xsl b/data/xslt/xml2xhtml.xsl
index 12c99eb1..24c7854c 100644
--- a/data/xslt/xml2xhtml.xsl
+++ b/data/xslt/xml2xhtml.xsl
@@ -38,6 +38,7 @@
<xsl:template match="/">
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>
<xsl:value-of select="bison-xml-report/filename"/>
<xsl:text> - GNU Bison XML Automaton Report</xsl:text>