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 @@
5252 <head>
5353 <title>Wikipedia, the free encyclopedia</title>
5454 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55 -<meta http-equiv="Content-Style-Type" content="text/css" />
5655 <meta name="generator" content="MediaWiki 1.18wmf1" />
5756 <style type="text/css">
5857 body {

Status & tagging log