Remove unused XML namespace

Bug: T87142
Change-Id: I1c900584aeafbeb5848a3300904710ee312d6223
This commit is contained in:
physikerwelt (Moritz Schubotz) 2014-12-09 22:48:59 +09:00 committed by Krinkle
parent 6e119fdb9a
commit 37e61853b5
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class SpecialMathShowImage extends SpecialPage {
*/
private function printSvgError( $msg ) {
global $wgMathDebug;
$result = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 4"
$result = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 4"
preserveAspectRatio="xMidYMid meet" >' .
'<text text-anchor="start" fill="red" y="2">' . htmlspecialchars( $msg ) . '</text></svg>';
if ( $wgMathDebug ) {