summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select.html')
-rw-r--r--httemplate/elements/tr-select.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select.html b/httemplate/elements/tr-select.html
index f9c768c60..cf1b3cc60 100644
--- a/httemplate/elements/tr-select.html
+++ b/httemplate/elements/tr-select.html
@@ -14,7 +14,7 @@
<%init>
my %opt = @_;
-warn join ' / ', %opt;
+
my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : '';