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-mini/luasrc | |
parent | 50a26ced119e05fa0441107de9b586f2376b8411 (diff) |
all: automatic <%:...%> -> <%_...%> fixup
Diffstat (limited to 'modules/admin-mini/luasrc')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/index.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm index 87ecc0957..d9d3ff372 100644 --- a/modules/admin-mini/luasrc/view/mini/index.htm +++ b/modules/admin-mini/luasrc/view/mini/index.htm @@ -13,9 +13,9 @@ $Id$ -%> <h2><a id="content" name="content"><%:Hello!%></a></h2> -<p><%:This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.%></p> -<p><%:<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%><br /> +<p><%_This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.%></p> +<p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%><br /> <%:On the following pages you can adjust all important settings of your router.%></p> <p><%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%></p> <p><%:And now have fun with your router!%></p> -<p><em><strong><a href="<%=controller%>/about"><%:The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p> +<p><em><strong><a href="<%=controller%>/about"><%_The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p> |