r109217 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109216
|
r109217
|
r109218
>
Date:
21:26, 17 January 2012
Author:
hashar
Status:
ok
Tags:
Comment:
Drop meta "Content-Style-Type" content="text/css"
That one probably comes from HTML3 / HTML4 area. AFAIK, CSS
is already the default in browsers, no point in specifying it.
We already use:
<style type="text/css">
No <link> :)
Modified paths:
/trunk/extensions/CongressLookup/SpecialCongressLookup.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
—
—
@@ -51,7 +51,6 @@
52
52
<head>
53
53
<title>Wikipedia, the free encyclopedia</title>
54
54
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
-<meta http-equiv="Content-Style-Type" content="text/css" />
56
55
<meta name="generator" content="MediaWiki 1.18wmf1" />
57
56
<style type="text/css">
58
57
body {
Status & tagging log
23:28, 17 January 2012
Pgehres (WMF)
(
talk
|
contribs
)
changed the
status
of r109217
[
removed:
new
added:
ok]