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_services | |
parent | 50a26ced119e05fa0441107de9b586f2376b8411 (diff) |
all: automatic <%:...%> -> <%_...%> fixup
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_services')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_services/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_services/index.htm b/modules/admin-full/luasrc/view/admin_services/index.htm index 53b67c3c2e..675b106290 100644 --- a/modules/admin-full/luasrc/view/admin_services/index.htm +++ b/modules/admin-full/luasrc/view/admin_services/index.htm @@ -15,5 +15,5 @@ $Id$ <%+header%> <h2><a id="content" name="content"><%:Services%></a></h2> <p><%:Services and daemons perform certain tasks on your device.%></p> -<p><%:Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like <abbr title="Lua Configuration Interface">LuCI</abbr>, doing mesh routing, sending e-mails, ...%></p> +<p><%_Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like <abbr title="Lua Configuration Interface">LuCI</abbr>, doing mesh routing, sending e-mails, ...%></p> <%+footer%>
\ No newline at end of file |