Index: trunk/phase3/includes/Article.php |
— | — | @@ -1215,7 +1215,7 @@ |
1216 | 1216 | $id = User::idFromName( $rootPart ); |
1217 | 1217 | $ip = User::isIP( $rootPart ); |
1218 | 1218 | if ( $id == 0 && !$ip ) { # User does not exist |
1219 | | - $wgOut->wrapWikiMsg( '<div class="mw-userpage-userdoesnotexist error">\n$1</div>', |
| 1219 | + $wgOut->wrapWikiMsg( "<div class=\"mw-userpage-userdoesnotexist error\">\n\$1</div>", |
1220 | 1220 | array( 'userpage-userdoesnotexist-view', $rootPart ) ); |
1221 | 1221 | } |
1222 | 1222 | } |