diff options
Diffstat (limited to 'httemplate/search/elements/search-html.html')
-rw-r--r-- | httemplate/search/elements/search-html.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index 3d4a4b039..6b915a617 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -177,13 +177,8 @@ <TR> % my $h2 = 0; -% my $colspan = 0; % foreach my $header ( @{ $opt{header} } ) { -% $colspan-- if $colspan > 0; -% next if $colspan; -% % my $label = ref($header) ? $header->{label} : $header; -% $colspan = ref($header) ? $header->{colspan} : 0; % my $rowspan = 1; % my $style = ''; % if ( $opt{header2} ) { @@ -198,7 +193,6 @@ <TH CLASS = "grid" BGCOLOR = "#cccccc" ROWSPAN = "<% $rowspan %>" - <% $colspan ? 'COLSPAN = "'.$colspan.'"' : '' %> <% $style %> > |