Missing a stripslashes() so TeX functions didn't work
This commit is contained in:
@@ -254,6 +254,7 @@
|
||||
$gif = "$latex->temp_dir/$md5.gif";
|
||||
|
||||
// put the expression as a file into the temp area
|
||||
$expression = stripslashes( $expression );
|
||||
$expression = html_entity_decode( $expression );
|
||||
$output .= "<p>Processing TeX expression:</p><pre>$expression</pre>\n";
|
||||
$doc = $latex->construct_latex_document( $expression );
|
||||
|
||||
Reference in New Issue
Block a user