teximg: Fix logurl.
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 29 May 2008 23:28:46 +0000 (19:28 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 29 May 2008 23:28:46 +0000 (19:28 -0400)
IkiWiki/Plugin/teximg.pm
debian/changelog

index 0753a9a77dcd637267a00f24f35e14dd01a143cc..29c1057f300d2580049218d59a876dfca526eccf 100644 (file)
@@ -76,7 +76,7 @@ sub create ($$$) { #{{{
        will_render($params->{page}, $imglog);
 
        my $imgurl=urlto($imglink, $params->{destpage});
-       my $logurl=urlto($imglink, $params->{destpage});
+       my $logurl=urlto($imglog, $params->{destpage});
        
        if (-e "$config{destdir}/$imglink" ||
            gen_image($code, $height, $digest, $params->{page})) {
index fb448e7ddaf7b0d1e002f94e0982f64cfbd0459c..16c5fa65c903d9bd9fe058b67e930db1b816b457 100644 (file)
@@ -15,6 +15,7 @@ ikiwiki (2.48) UNRELEASED; urgency=low
   * Passwords will no longer be mailed, but instead a password reset link
     mailed.
   * The password_cost config setting is provided as a "more security" knob.
+  * teximg: Fix logurl.
 
  -- Joey Hess <joeyh@debian.org>  Wed, 28 May 2008 03:07:37 -0400