summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ahcp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-ahcp')
-rw-r--r--applications/luci-ahcp/luasrc/view/ahcp_status.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-ahcp/luasrc/view/ahcp_status.htm b/applications/luci-ahcp/luasrc/view/ahcp_status.htm
index abe8879a4..88796cb1c 100644
--- a/applications/luci-ahcp/luasrc/view/ahcp_status.htm
+++ b/applications/luci-ahcp/luasrc/view/ahcp_status.htm
@@ -30,9 +30,9 @@
}
if( st.uid == '00:00:00:00:00:00:00:00' )
- tx.innerHTML = 'The AHCP Service is not running.';
+ tx.innerHTML = '<%:The AHCP Service is not running.%>';
else
- tx.innerHTML = String.format('The AHCP Service is running with ID %s.', st.uid);
+ tx.innerHTML = String.format('<%:The AHCP Service is running with ID %s.%>', st.uid);
}
}
);