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.openwrt.org/?a=commitdiff_plain;h=a953870b3ba6ebc3a3bd7a861c62051f04a73e94;p=project%2Fluci.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 (cherry picked from commit afd096edfcd5669510702b47c964ba75d698d5af) --- 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;