summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-29 12:40:09 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-29 12:40:09 +0100
commit0c3f8e38577a991f3452527c85736e12f2a86e46 (patch)
treeef63be06f64c79572fd4d82b7f4d5351bf3e6389 /xsl
parentfd1e2a2b3b116814bf5574c55c4c4041d66d7d6c (diff)
downloadmutti-web-0c3f8e38577a991f3452527c85736e12f2a86e46.tar.gz
mutti-web-0c3f8e38577a991f3452527c85736e12f2a86e46.tar.bz2
mutti-web-0c3f8e38577a991f3452527c85736e12f2a86e46.zip
layout.xsl: Define Content-Style-Type to css for inline styles
Diffstat (limited to 'xsl')
-rw-r--r--xsl/layout.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index fe3f843..006f734 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -15,6 +15,7 @@
</title>
<!-- Hide compatibility mode button. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!--<script type="text/javascript" src="svg.js"/>-->
</head>