]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI.pm
merge fix for soap bug
[debbugs.git] / Debbugs / CGI.pm
index eef564992b3d16ed4e91bf960f3f8387f198ae4b..3285d52620a686882fc8915f77c02c96ce599019 100644 (file)
@@ -297,7 +297,7 @@ sub quitcgi {
 }
 
 
-=head HTML
+=head1 HTML
 
 =head2 htmlize_packagelinks
 
@@ -537,7 +537,7 @@ sub maybelink {
     my ($links,$regex,$join) = @_;
     if (not defined $regex and not defined $join) {
         $links =~ s{((?:ftp|http|https)://[\S~-]+?/?)([\)\'\:\.\,]?(?:\s|\.<|$))}
-                   {q(<a href=\").html_escape($1).q(\">).html_escape($1).q(</a>).$2}geimo;
+                   {q(<a href=").html_escape($1).q(">).html_escape($1).q(</a>).$2}geimo;
         return $links;
     }
     $join = ' ' if not defined $join;