mirror of https://github.com/aredn/aredn.git
bugfix: Status Screen: No word wrap on status screen initial warning text
A {{{</nobr>}}} was removed in changeset:9444716fbd923731e453456410b5d54b7be04370/aredn_ar71xx
This commit is contained in:
parent
cfceb24588
commit
f33a60819e
|
@ -105,6 +105,8 @@ print "<select name=\"css\" size=\"1\" onChange=\"form.submit()\" >";
|
||||||
css_options();
|
css_options();
|
||||||
print "</select>";
|
print "</select>";
|
||||||
|
|
||||||
|
print "</nobr>";
|
||||||
|
|
||||||
print "<input type=hidden name=reload value=reload>\n";
|
print "<input type=hidden name=reload value=reload>\n";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue