luci-app-bmx6: bugfix format to query bmx6-info 550/head
authorpedrolab <531310-pedrolab@users.noreply.gitlab.com>
Fri, 21 Feb 2020 09:27:27 +0000 (10:27 +0100)
committerpedrolab <531310-pedrolab@users.noreply.gitlab.com>
Fri, 21 Feb 2020 10:05:34 +0000 (11:05 +0100)
commitb92f82ad1f8bb572395fc1b843d409fafb3fc0d3
tree5d55c5dcaa3722e7b2961f8469275cf35e8757e9
parentc9ae9c8c509a927f4f76c6455313ec15de2fbe41
luci-app-bmx6: bugfix format to query bmx6-info

- affected three tab luci templates (even with luci-compat installed)
- fixes #548
- as jow said in #548:
  - it might be that modern LuCI escapes it as %24 while old versions passed it
    on as-is
  - bmx6-info removes it anyway
    https://github.com/openwrt-routing/packages/blob/master/luci-app-bmx6/bmx6/www/cgi-bin/bmx6-info#L22
you can probably just remove it in all three tab templates
luci-app-bmx6/Makefile
luci-app-bmx6/bmx6/usr/lib/lua/luci/view/bmx6/nodes_j.htm
luci-app-bmx6/bmx6/usr/lib/lua/luci/view/bmx6/status_j.htm
luci-app-bmx6/bmx6/usr/lib/lua/luci/view/bmx6/tunnels_j.htm