r52828 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52827‎ | r52828 | r52829 >
Date:04:55, 7 July 2009
Author:simetrical
Status:ok
Tags:
Comment:
Remove a couple of useless HTML comments
Modified paths:
  • /trunk/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/MonoBook.php
@@ -87,10 +87,10 @@
8888
8989 <?php print Skin::makeGlobalVariablesScript( $this->data ); ?>
9090
91 - <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script>
 91+ <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"></script>
9292 <?php $this->html('headscripts') ?>
9393 <?php if($this->data['jsvarurl']) { ?>
94 - <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"><!-- site js --></script>
 94+ <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"></script>
9595 <?php } ?>
9696 <?php if($this->data['pagecss']) { ?>
9797 <style type="text/css"><?php $this->html('pagecss') ?></style>

Status & tagging log