From f94b22b92432f670ec940c6aa10adf9343cd7618 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 8 Jun 2004 13:19:21 +0000 Subject: [PATCH] wrap tex html output in span class="texhtml" --- includes/Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.''; } } -- 2.20.1