luci-app-dawn: add missing quotation mark
Signed-off-by: Schleifer, Werner <werner.schleifer@gmx.de>
This commit is contained in:
parent
e0053fe79d
commit
d4ab37d9a0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function s.render(self, sid)
|
||||||
%>
|
%>
|
||||||
<div class="cbi-section-node">
|
<div class="cbi-section-node">
|
||||||
<h3>SSID: <%= xml.pcdata(name) %></h3>
|
<h3>SSID: <%= xml.pcdata(name) %></h3>
|
||||||
<table class="table" id=network_overview_main">
|
<table class="table" id="network_overview_main">
|
||||||
<tr class="tr table-titles">
|
<tr class="tr table-titles">
|
||||||
<th class="th">AP</th>
|
<th class="th">AP</th>
|
||||||
<th class="th">Clients</th>
|
<th class="th">Clients</th>
|
||||||
|
|
Loading…
Reference in a new issue