bugfix: standardize browser page title on the node status page to be consistent with other pages (#372)

fixes #366
This commit is contained in:
dman776 2019-02-25 21:08:44 -06:00 committed by GitHub
parent 60d01c91da
commit 0d223232b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if($parms{css} and -f "/www/$parms{css}" and $parms{css} =~ /\.css$/i) {
# generate the page
http_header();
html_header("AREDN™ Node $node", 1);
html_header("$node status", 1);
print "<body><form method='post' action='/cgi-bin/status' enctype='multipart/form-data'>\n";
print "<center>\n";