Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -87,10 +87,10 @@ |
88 | 88 | |
89 | 89 | <?php print Skin::makeGlobalVariablesScript( $this->data ); ?> |
90 | 90 | |
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> |
92 | 92 | <?php $this->html('headscripts') ?> |
93 | 93 | <?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> |
95 | 95 | <?php } ?> |
96 | 96 | <?php if($this->data['pagecss']) { ?> |
97 | 97 | <style type="text/css"><?php $this->html('pagecss') ?></style> |