diff options
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 5615927d6..b5f37a7d6 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -523,7 +523,7 @@ % my $pkg_rowspan = shift @pkg_rowspans; <% $n1 %><TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ROWSPAN="<% $pkg_rowspan %>"> - <A HREF="$pkgview"><FONT SIZE=-1><% $pkg_comment %></FONT></A></TD> + <A HREF="<% $pkgview %>"><FONT SIZE=-1><% $pkg_comment %></FONT></A></TD> % my $n2 = ''; % my $td = '<TD CLASS="grid" BGCOLOR="'.$bgcolor.'">'; |