Force line breaks to avoid some XHTML errors with some messages that contains lists like MediaWiki:Titleblacklist
This commit is contained in:
parent
339bd66779
commit
410a014a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class Article {
|
|||
$ret = wfMsg( $wgUser->isLoggedIn() ? 'noarticletext' : 'noarticletextanon' );
|
||||
}
|
||||
|
||||
return "<div class='noarticletext'>$ret</div>";
|
||||
return "<div class='noarticletext'>\n$ret\n</div>";
|
||||
} else {
|
||||
$this->loadContent();
|
||||
wfProfileOut( __METHOD__ );
|
||||
|
|
|
|||
Loading…
Reference in a new issue