diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-24 08:40:31 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-24 08:40:31 +0200 |
commit | 98c4a1d2884883e5c8e1986d6ead6eb04fdb425c (patch) | |
tree | e1159b6a63c542c2a2535db335e446002e7bfae6 /xsl | |
parent | d602a03041d7e2f321b6e7f909184af595a24c14 (diff) | |
download | mutti-web-98c4a1d2884883e5c8e1986d6ead6eb04fdb425c.tar.gz mutti-web-98c4a1d2884883e5c8e1986d6ead6eb04fdb425c.tar.bz2 mutti-web-98c4a1d2884883e5c8e1986d6ead6eb04fdb425c.zip |
common: Make meda-type application/xhtml+xml
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/common.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl index cba6291..f1c4e6d 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -20,7 +20,7 @@ doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" doctype-public="-//W3C//DTD XHTML 1.1//EN" cdata-section-elements="script style" - media-type="text/html" + media-type="application/xhtml+xml" encoding="UTF-8" /> |