mirror of https://github.com/aredn/aredn.git
fix description alignment (#532)
This commit is contained in:
parent
f7909823ec
commit
0b4ec4f1af
|
@ -454,7 +454,7 @@ html.alert_banner()
|
|||
html.print("<h1>" .. node .. " mesh status</h1>")
|
||||
html.print(lat_lon)
|
||||
if node_desc then
|
||||
html.print("<table id='node_description_display'><tr><td>" .. node_desc .. "</td></tr></table>")
|
||||
html.print("<table id='node_description_display'><tr><td align=center>" .. node_desc .. "</td></tr></table>")
|
||||
end
|
||||
html.print("<hr><nobr>")
|
||||
|
||||
|
|
Loading…
Reference in New Issue