Parse unusedtemplatestext when passed as page header
This commit is contained in:
parent
24717d2a06
commit
e195fc5b48
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ class UnusedtemplatesPage extends QueryPage {
|
|||
}
|
||||
|
||||
function getPageHeader() {
|
||||
return wfMsgHtml( 'unusedtemplatestext' );
|
||||
global $wgOut;
|
||||
return $wgOut->parse( wfMsg( 'unusedtemplatestext' ) );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue