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 == '' ) {