From 98c4a1d2884883e5c8e1986d6ead6eb04fdb425c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 24 Aug 2011 08:40:31 +0200 Subject: common: Make meda-type application/xhtml+xml --- xsl/common.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsl') 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" /> -- cgit