diff options
author | Schleifer, Werner <werner.schleifer@gmx.de> | 2021-09-24 09:26:27 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-09-24 16:11:36 +0300 |
commit | d4ab37d9a03cce11620414b98137d11d889d8720 (patch) | |
tree | 0516b8e78032296de6616fae301930fc0ba9c0c5 /applications/luci-app-dawn/luasrc | |
parent | e0053fe79d7c2167298907b06f161795f9c38031 (diff) |
luci-app-dawn: add missing quotation mark
Signed-off-by: Schleifer, Werner <werner.schleifer@gmx.de>
Diffstat (limited to 'applications/luci-app-dawn/luasrc')
-rw-r--r-- | applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua b/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua index 6b6d6e346f..f9e04b90cb 100644 --- a/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua +++ b/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua @@ -20,7 +20,7 @@ function s.render(self, sid) %> <div class="cbi-section-node"> <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"> <th class="th">AP</th> <th class="th">Clients</th> |