Use text/html MIME type, not text/xhtml...
...which doesn't work for certain browsers including IE < 8
This commit is contained in:
parent
5fae0610e6
commit
02e46c0663
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<head>
|
||||
<title>Utility macro reference</title>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" type="image/png" href="/mw/skins/glamdrol/ico.png" />
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
|
|
Loading…
Add table
Reference in a new issue