From: Alexander Egorenkov Date: Sun, 4 Apr 2021 10:41:03 +0000 (+0200) Subject: luci-app-transmission: fix ' ' exception in OpenWrt theme X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=afd096edfcd5669510702b47c964ba75d698d5af;p=openwrt-luci.git luci-app-transmission: fix ' ' exception in OpenWrt theme Convert ' ' to ' ' which is both syntactically correct (semicolon present) and XHTML compliant. Signed-off-by: Alexander Egorenkov --- diff --git a/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js b/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js index f2c42ddba5..0ba84a9b52 100644 --- a/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js +++ b/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js @@ -35,7 +35,7 @@ return view.extend({ var button = ''; if (running && webinstalled) - button = ' ' + _('Open Web Interface') + ''; + button = ' ' + _('Open Web Interface') + ''; var m, s, o;