r23882 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23881‎ | r23882 | r23883 >
Date:04:09, 9 July 2007
Author:amidaniel
Status:old
Tags:
Comment:
Media type "screen,projection" pissing off some css validators. Adding space in between.
Modified paths:
  • /trunk/phase3/skins/MonoBook.php (modified) (history)
  • /trunk/phase3/skins/disabled/MonoBook.tpl (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/disabled/MonoBook.tpl
@@ -5,7 +5,7 @@
66 {headlinks}
77 {headscripts}
88 <title>{pagetitle}</title>
9 - <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style>
 9+ <style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style>
1010 <link rel="stylesheet" type="text/css" {if notprintable {media="print"}} href="{~ stylepath}/common/commonPrint.css" />
1111 <!--[if lt IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE50Fixes.css";</style><![endif]-->
1212 <!--[if IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE55Fixes.css";</style><![endif]-->
Index: trunk/phase3/skins/MonoBook.php
@@ -56,7 +56,7 @@
5757 <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
5858 <?php $this->html('headlinks') ?>
5959 <title><?php $this->text('pagetitle') ?></title>
60 - <style type="text/css" media="screen,projection">/*<![CDATA[*/
 60+ <style type="text/css" media="screen, projection">/*<![CDATA[*/
6161 @import "<?php $this->text('stylepath') ?>/common/shared.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";
6262 @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";
6363 /*]]>*/</style>

Follow-up revisions

RevisionCommit summaryAuthorDate
r23912Merged revisions 23662-23909 via svnmerge from...david18:11, 9 July 2007

Status & tagging log