From: Gabriel Wicke Date: Tue, 8 Jun 2004 13:19:21 +0000 (+0000) Subject: wrap tex html output in span class="texhtml" X-Git-Tag: 1.5.0alpha1~2992 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=f94b22b92432f670ec940c6aa10adf9343cd7618;p=lhc%2Fweb%2Fwiklou.git wrap tex html output in span class="texhtml" --- diff --git a/includes/Math.php b/includes/Math.php index 3397aff4be..8b03af6adc 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -182,7 +182,7 @@ class MathRenderer { (($this->mode == MW_MATH_MODERN || $this->mode == MW_MATH_MATHML) && ($this->conservativeness == 0))) { return $this->_linkToMathImage(); } else { - return $this->html; + return ''.$this->html.''; } }