mirror of https://github.com/aredn/aredn.git
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:
parent
c5afd4e088
commit
48c3edf729
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue