Changeset 115 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
01/05/05 11:35:29 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Cosmetic fix in "Add new master" code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r111 r115  
    9393  my $cidr = new NetAddr::IP $webvar{cidr};
    9494
    95   print "<div type=heading align=center>Adding $cidr as master block....\n";
     95  print "<div type=heading align=center>Adding $cidr as master block....</div>\n";
    9696
    9797  # Allow transactions, and raise an exception on errors so we can catch it later.
     
    123123    printError("Could not add master block $webvar{cidr} to database: $@");
    124124  } else {
    125     print "Success!</div>\n";
     125    print "<div type=heading align=center>Success!</div>\n";
    126126    syslog "info", "$authuser added master block $webvar{cidr}";
    127127  }
Note: See TracChangeset for help on using the changeset viewer.