diff options
author | Mark Wells <mark@freeside.biz> | 2012-11-30 16:21:34 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-11-30 16:21:34 -0800 |
commit | b474400512cb725399e57d52383d0a0c407690b0 (patch) | |
tree | d15f3b0a7d8bd04849222d032857cdaf47d8395d /httemplate/elements/auto-table.html | |
parent | a2a69f909cad813d7164bae805e87f5874a9fdae (diff) |
styling fixes, #16588
Diffstat (limited to 'httemplate/elements/auto-table.html')
-rw-r--r-- | httemplate/elements/auto-table.html | 1 |
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) { |