mirror of https://github.com/aredn/aredn.git
bugfix: standardize browser page title on the node status page to be consistent with other pages (#372)
fixes #366
This commit is contained in:
parent
60d01c91da
commit
0d223232b5
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue