diff --git a/luci-app-alist/luasrc/view/alist_status.htm b/luci-app-alist/luasrc/view/alist_status.htm
index b4bc25e..593e9d0 100644
--- a/luci-app-alist/luasrc/view/alist_status.htm
+++ b/luci-app-alist/luasrc/view/alist_status.htm
@@ -7,8 +7,7 @@
{
if (st.running)
{
- tb.innerHTML = '<%:The Alist service is running.%>'
- + "
\" onclick=\"window.open('http://" + window.location.hostname + ":" + st.port + "/')\"/>";
+ tb.innerHTML = '<%:The Alist service is running.%>' + " \" onclick=\"window.open('http://" + window.location.hostname + ":" + st.port + "/')\"/>";
}
else
{
@@ -19,8 +18,8 @@
);
//]]>
+