luci-app-dawn: add missing quotation mark
authorSchleifer, Werner <[email protected]>
Fri, 24 Sep 2021 07:26:27 +0000 (09:26 +0200)
committerHannu Nyman <[email protected]>
Fri, 24 Sep 2021 16:25:30 +0000 (19:25 +0300)
Signed-off-by: Schleifer, Werner <[email protected]>
(cherry picked from commit d4ab37d9a03cce11620414b98137d11d889d8720)

applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua

index 6b6d6e346f71a062a74b1b59baf69d8db75f9b22..f9e04b90cb90afa3cc3b4f37c21a3f18a544c67e 100644 (file)
@@ -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>