From: Arne Heizmann Date: Mon, 7 Jun 2004 17:19:05 +0000 (+0000) Subject: Bugfix suggested by Laurent GUERBY on wikitech-l X-Git-Tag: 1.5.0alpha1~2999 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=5a292593e38f02a7c7defe1efa43c71d16524611;p=lhc%2Fweb%2Fwiklou.git Bugfix suggested by Laurent GUERBY on wikitech-l --- diff --git a/includes/Math.php b/includes/Math.php index 5946061fb4..3397aff4be 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -30,7 +30,7 @@ class MathRenderer { if( $this->mode == MW_MATH_SOURCE ) { # No need to render or parse anything more! - return ('$ '.htmlspecialchars( $tex ).' $'); + return ('$ '.htmlspecialchars( $this->tex ).' $'); } if( !$this->_recall() ) {