From 85de2f7bc4d00a4a4711cd91224553beae411532 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Feb 2008 18:05:40 -0500 Subject: [PATCH] the old code worked, suprisingly, but I prefer this form --- IkiWiki/Plugin/teximg.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/teximg.pm b/IkiWiki/Plugin/teximg.pm index 5f9589fdd..5dff5feef 100644 --- a/IkiWiki/Plugin/teximg.pm +++ b/IkiWiki/Plugin/teximg.pm @@ -82,8 +82,8 @@ sub create ($$$) { #{{{ $logurl = urlto($imglog, $params->{destpage}); } else { - $imgurl="$params->{page}/$digest.png"; - $logurl="$params->{page}/$digest.log"; + $imgurl=$params->{page}."/$digest.png"; + $logurl=$params->{page}."/$digest.log"; } if (-e "$config{destdir}/$imglink" || -- 2.39.2