Physikerwelt has uploaded a new change for review.

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

Change subject: Fix: Correct diff tool
......................................................................

Fix: Correct diff tool

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/72/111472/1

diff --git a/SpecialMathDebug.php b/SpecialMathDebug.php
index d5896a8..f364ccb 100644
--- a/SpecialMathDebug.php
+++ b/SpecialMathDebug.php
@@ -77,7 +77,7 @@
                $str_out = '';
                $renderer = new MathLaTeXML();
                $renderer->setPurge( );
-               $diffFormatter = new DiffFormatter();
+               $diffFormatter = new TableDiffFormatter();
                if ( is_array( $formulae ) ) {
                        foreach ( array_slice( $formulae, $offset, $length, 
true ) as $key => $formula ) {
                                $out->addWikiText( "=== Test #" . ( $offset + 
$i++ ) . ": $key === " );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c621776a34ee6ce7d5291245f57eb7ecb80179b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
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