From b474400512cb725399e57d52383d0a0c407690b0 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 30 Nov 2012 16:21:34 -0800 Subject: styling fixes, #16588 --- httemplate/elements/auto-table.html | 1 - 1 file changed, 1 deletion(-) (limited to 'httemplate/elements/auto-table.html') 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) { -- cgit v1.2.1