Remove a couple of useless HTML comments
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 7 Jul 2009 04:55:30 +0000 (04:55 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 7 Jul 2009 04:55:30 +0000 (04:55 +0000)
skins/MonoBook.php

index cde87b9..00b7141 100644 (file)
@@ -87,10 +87,10 @@ 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>
+               <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"></script>
 <?php $this->html('headscripts') ?>
 <?php  if($this->data['jsvarurl']) { ?>
-               <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"><!-- site js --></script>
+               <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"></script>
 <?php  } ?>
 <?php  if($this->data['pagecss']) { ?>
                <style type="text/css"><?php $this->html('pagecss') ?></style>