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_index | |
parent | 50a26ced119e05fa0441107de9b586f2376b8411 (diff) |
all: automatic <%:...%> -> <%_...%> fixup
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_index')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_index/index.htm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/admin-full/luasrc/view/admin_index/index.htm b/modules/admin-full/luasrc/view/admin_index/index.htm index 04e74683bd..2b2dbdd8fe 100644 --- a/modules/admin-full/luasrc/view/admin_index/index.htm +++ b/modules/admin-full/luasrc/view/admin_index/index.htm @@ -14,11 +14,11 @@ $Id$ -%> <%+header%> <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><%:Notice: In <abbr title="Lua Configuration Interface">LuCI</abbr> changes have to be confirmed by clicking Changes - Save & Apply before being applied.%></p> +<p><%_Notice: In <abbr title="Lua Configuration Interface">LuCI</abbr> changes have to be confirmed by clicking Changes - Save & Apply before being applied.%></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> <%+footer%>
\ No newline at end of file |