X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-ahcp%2Fluasrc%2Fview%2Fahcp_status.htm;h=88796cb1c580a485d115e172360f2a2410be2245;hp=abe8879a40a27f9cf9ac38635bed667c39265a33;hb=9f729c8d8cf5cc00100a299fba898a680217805c;hpb=f0ebbd0c5a70d3fac48c8d619e1f98918a54dce2 diff --git a/applications/luci-ahcp/luasrc/view/ahcp_status.htm b/applications/luci-ahcp/luasrc/view/ahcp_status.htm index abe8879a40..88796cb1c5 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); } } );