Fix broken wifi sorting

This commit is contained in:
Tim Wilkinson 2022-03-11 09:32:54 -08:00 committed by Joe AE6XE
parent afda7e35ca
commit d03be0c2ae
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ if autoscan then
html.print("<meta http-equiv='refresh' content='5;url=/cgi-bin/scan'>") html.print("<meta http-equiv='refresh' content='5;url=/cgi-bin/scan'>")
end end
html.print([[ html.print([[
<script src=\"/js/sorttable-min.js\"></script> <script src="/js/sorttable-min.js"></script>
<style> <style>
table.sortable thead { table.sortable thead {
background-color:#eee; background-color:#eee;