From 086349813284211ede63430b03f8278143b2ab4f Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 23 Aug 2007 21:23:24 +0000 Subject: typo --- IkiWiki/Plugin/teximg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/teximg.pm b/IkiWiki/Plugin/teximg.pm index 2eb13c86c..957f71a6e 100644 --- a/IkiWiki/Plugin/teximg.pm +++ b/IkiWiki/Plugin/teximg.pm @@ -90,7 +90,7 @@ sub create ($$$) { #{{{ if (-e "$config{destdir}/$imglink" || gen_image($code, $height, $digest, $teximgdir)) { return qq{}
-			.(exists $params{alt} ? $params{alt} : encode_entities($code))
+			.(exists $params->{alt} ? $params->{alt} : encode_entities($code))
 			.qq{}; } else { -- cgit v1.2.3