--- twiki.orig/lib/TWiki/Attach.pm Tue Jul 20 03:46:07 2004 +++ twiki/lib/TWiki/Attach.pm Wed Sep 15 22:37:17 2004 @@ -179,7 +179,7 @@ if ( $row =~ /%A_URL%/o ) { my $url; - if ( $topRev || $rev eq "1.1" ) { + if ( $topRev ) { # I18N: To support attachments via UTF-8 URLs to attachment # directories/files that use non-UTF-8 character sets, go through viewfile. # If using %PUBURL%, must URL-encode explicitly to site character set.