From 33e11bae868130065c51008fb1021537dd7337c4 Mon Sep 17 00:00:00 2001 From: Liangent Date: Fri, 29 Jun 2012 13:45:38 +0800 Subject: [PATCH] Fix Change I6d548d06, redo Change I23407ae6: Add one more space Change-Id: I8cc9d7320dcd948bfedc2b3d6d7e76bcfd682037 --- Math.body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math.body.php b/Math.body.php index f0b675875..0fab0f5b1 100644 --- a/Math.body.php +++ b/Math.body.php @@ -68,7 +68,7 @@ class MathRenderer { 'dir' => 'ltr' ) ), - '$ ' . str_replace( "\n", " ", $this->tex) . ' $' + '$ ' . str_replace( "\n", " ", $this->tex ) . ' $' ); } if( $this->tex == '' ) {