Changeset 166 for trunk/dns.cgi


Ignore:
Timestamp:
11/11/11 17:22:56 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Preparing for release

  • wrap debugbits output to avoid an XHTML validation warning
  • Makefile cleanup
    • remove mysterious duplication of the whole file
    • remove file list bits levt over from copy-paste from another project
    • set VERSION
    • fix up some pathnames from copy-paste
  • Fix a bunch of minor XHTML validation oopses
  • Fiddle footer again
  • Minor CSS cleanups
  • Drop in-page title heading, push [if IE] conditionals around in <head>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r163 r166  
    14271427}
    14281428
    1429 print "<pre>\n";
    1430 foreach (@debugbits) { print; }
    1431 print "</pre>\n";
     1429if (@debugbits) {
     1430  print "<pre>\n";
     1431  foreach (@debugbits) { print; }
     1432  print "</pre>\n";
     1433}
    14321434
    14331435# spit it out
Note: See TracChangeset for help on using the changeset viewer.