descriptions updated
authorshort <>
Fri, 10 Oct 2003 10:21:18 +0000 (10:21 +0000)
committershort <>
Fri, 10 Oct 2003 10:21:18 +0000 (10:21 +0000)
Web.pm

diff --git a/Web.pm b/Web.pm
index 4436247..13e397c 100644 (file)
--- a/Web.pm
+++ b/Web.pm
@@ -345,7 +345,7 @@ my($url,$contents,%args)=@_;
                { $r.=CGI::escapeHTML(top_dir()."/Redirect.pl?location=".uri_escape($url)); }
        $r.='"';
        do { $r.=" $_" if $_; } for ($args{"attr"});
-       $r.='">'.$contents.'</a>';
+       $r.='>'.$contents.'</a>';
        if ($args{"size"} && url_is_local($url) && $url=~/[.](?:gz|Z|rpm|zip|deb|lha)/) {       # Downloadable?
                if (!-r $url)
                        { cluck "File not readable: $url"; }