Missing a stripslashes() so TeX functions didn't work

This commit is contained in:
thepurpleblob
2007-09-11 14:52:51 +00:00
parent 1c632b934d
commit 8f56f9d9a3
+1
View File
@@ -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 );