Remove useless HTML comment
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 24 Jun 2009 22:02:52 +0000 (22:02 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 24 Jun 2009 22:02:52 +0000 (22:02 +0000)
skins/MonoBook.php

index ee4eaeb..cde87b9 100644 (file)
@@ -88,7 +88,6 @@ class MonoBookTemplate extends QuickTemplate {
                <?php print Skin::makeGlobalVariablesScript( $this->data ); ?>
 
                <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script>
-               <!-- Head Scripts -->
 <?php $this->html('headscripts') ?>
 <?php  if($this->data['jsvarurl']) { ?>
                <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"><!-- site js --></script>