diff options
Diffstat (limited to 'applications')
-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> |