jenkins-bot has submitted this change and it was merged.

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


Remove unused XML namespace

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

Approvals:
  Krinkle: Looks good to me, approved
  Jforrester: Looks good to me, but someone else must approve
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I1c900584aeafbeb5848a3300904710ee312d6223
Gerrit-PatchSet: 6
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Hcohl <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to