Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -274,7 +274,7 @@ |
275 | 275 | |
276 | 276 | $tpl->setRef( 'mimetype', $wgMimeType ); |
277 | 277 | $tpl->setRef( 'jsmimetype', $wgJsMimeType ); |
278 | | - $tpl->setRef( 'charset', 'UTF-8' ); |
| 278 | + $tpl->set( 'charset', 'UTF-8' ); |
279 | 279 | $tpl->setRef( 'wgScript', $wgScript ); |
280 | 280 | $tpl->setRef( 'skinname', $this->skinname ); |
281 | 281 | $tpl->set( 'skinclass', get_class( $this ) ); |