Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/178506

Change subject: Remove unused XML namespace
......................................................................

Remove unused XML namespace

Change-Id: I1c900584aeafbeb5848a3300904710ee312d6223
---
M SpecialMathShowImage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/06/178506/1

diff --git a/SpecialMathShowImage.php b/SpecialMathShowImage.php
index d919e38..5e70590 100644
--- a/SpecialMathShowImage.php
+++ b/SpecialMathShowImage.php
@@ -123,7 +123,7 @@
         */
        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 ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/178506
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c900584aeafbeb5848a3300904710ee312d6223
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to