summaryrefslogtreecommitdiff
path: root/httemplate/elements/auto-table.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-11-30 16:21:34 -0800
committerMark Wells <mark@freeside.biz>2012-11-30 16:21:34 -0800
commitb474400512cb725399e57d52383d0a0c407690b0 (patch)
treed15f3b0a7d8bd04849222d032857cdaf47d8395d /httemplate/elements/auto-table.html
parenta2a69f909cad813d7164bae805e87f5874a9fdae (diff)
styling fixes, #16588
Diffstat (limited to 'httemplate/elements/auto-table.html')
-rw-r--r--httemplate/elements/auto-table.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/elements/auto-table.html b/httemplate/elements/auto-table.html
index ed011097e..9aff94e67 100644
--- a/httemplate/elements/auto-table.html
+++ b/httemplate/elements/auto-table.html
@@ -168,7 +168,6 @@ $pre = $opt{'table'} . '_' if $opt{'table'};
my $template_row = $opt{'template_row'}
or die "auto-table requires template_row\n"; # a DOM id
-my %vars = $cgi->Vars;
# rows that we will preload, as hashrefs of name => value
my @rows = @{ $opt{'data'} || [] };
foreach (@rows) {