Fix Change I6d548d06, redo Change I23407ae6: Add one more space

Change-Id: I8cc9d7320dcd948bfedc2b3d6d7e76bcfd682037
This commit is contained in:
Liangent 2012-06-29 13:45:38 +08:00
parent 022da5c3a5
commit 33e11bae86

View file

@ -68,7 +68,7 @@ class MathRenderer {
'dir' => 'ltr'
)
),
'$ ' . str_replace( "\n", " ", $this->tex) . ' $'
'$ ' . str_replace( "\n", " ", $this->tex ) . ' $'
);
}
if( $this->tex == '' ) {