aredn: Remove square brackets from description on status page (#108)

The square brackets look kind of silly, and if the description goes multi line they will look even worse.
This commit is contained in:
Eric 2018-08-04 11:46:11 -07:00 committed by dman776
parent c5afd4e088
commit 48c3edf729
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ alert_banner();
print "<h1><big>$node";
print " / $tactical" if $tactical;
print "</big></h1>";
print "[ $node_desc ]" if $node_desc;
print "$node_desc" if $node_desc;
print "<hr>\n";
# nav buttons