diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 17:02:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 17:02:21 +0000 |
commit | b0b28b970fe5efede10dff0f1e379fbab5b333ca (patch) | |
tree | 2e593a92b9489c7d44a5351d9cb5d7b62f55ee93 /modules/admin-full/luasrc/view/admin_status/index.htm | |
parent | 50a26ced119e05fa0441107de9b586f2376b8411 (diff) |
all: automatic <%:...%> -> <%_...%> fixup
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_status/index.htm')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_status/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index b26d17a9c1..3874b51f66 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -14,6 +14,6 @@ $Id$ -%> <%+header%> <h2><a id="content" name="content"><%:Status%></a></h2> -<p><%:Here you can find information about the current system status like <abbr title="Central Processing Unit">CPU</abbr> clock frequency, memory usage or network interface data.%></p> +<p><%_Here you can find information about the current system status like <abbr title="Central Processing Unit">CPU</abbr> clock frequency, memory usage or network interface data.%></p> <p><%:Also kernel or service logfiles can be viewed here to get an overview over their current state.%></p> <%+footer%>
\ No newline at end of file |