From 88bbd745f7ce7c3b0a4e91777ba1b34e22821c34 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Tue, 1 Aug 2023 16:03:43 -0700 Subject: fixed file path of cached latex --- src/phplatex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phplatex.php') diff --git a/src/phplatex.php b/src/phplatex.php index 996dd88..6557ff0 100644 --- a/src/phplatex.php +++ b/src/phplatex.php @@ -82,7 +82,7 @@ function texify($string,$dpi='90',$fore="",$back="",$extraprelude="",$trans=FALS # check if image for that TeX in the cache, return img HTML if it exists if (file_exists($heredir.'/lateximages/'.$hashfn.'.'.$imgfmt)) - return ''.$stralt.''; + return ''.$stralt.''; # otherwise try to make and store: -- cgit v1.2.3-70-g09d2