stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / elements / table.html
1 %
2 %   my $color = shift;
3 %   if ( $color ) {
4 %
5
6     <TABLE BGCOLOR="<% $color %>" BORDER=1 WIDTH="100%" CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
7 % } else { 
8
9     <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
10 % } 
11