diff --git a/Math.body.php b/Math.body.php index 6494637..f0b6758 100644 --- a/Math.body.php +++ b/Math.body.php @@ -68,7 +68,7 @@ class MathRenderer { 'dir' => 'ltr' ) ), - '$ ' . str_replace( "\n", " ", htmlspecialchars( $this->tex ) ) . ' $' + '$ ' . str_replace( "\n", " ", $this->tex) . ' $' ); } if( $this->tex == '' ) {