Changeset 379 for trunk/dns.cgi


Ignore:
Timestamp:
08/10/12 14:59:16 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Normalize the formatting for the column-header-creator loop in the
templates. Use first instead of generating this by hand in Perl.

Also fix up whitespace to remove some newlines that showed up in odd
places in the output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r377 r379  
    22082208  foreach my $col (@$cols) {
    22092209    my %coldata;
    2210     $coldata{firstcol} = 1 if $col eq $cols->[0];
    22112210    $coldata{sid} = $sid;
    22122211    $coldata{page} = $webvar{page};
Note: See TracChangeset for help on using the changeset viewer.