From b0b28b970fe5efede10dff0f1e379fbab5b333ca Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 17:02:21 +0000 Subject: all: automatic <%:...%> -> <%_...%> fixup --- modules/admin-mini/luasrc/view/mini/index.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/admin-mini/luasrc/view/mini/index.htm') diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm index 87ecc09574..d9d3ff3728 100644 --- a/modules/admin-mini/luasrc/view/mini/index.htm +++ b/modules/admin-mini/luasrc/view/mini/index.htm @@ -13,9 +13,9 @@ $Id$ -%>

<%:Hello!%>

-

<%:This is the administration area of LuCI.%>

-

<%:LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%>
+

<%_This is the administration area of LuCI.%>

+

<%_LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%>
<%:On the following pages you can adjust all important settings of your router.%>

<%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%>

<%:And now have fun with your router!%>

-

<%:The LuCI Team%>

+

<%_The LuCI Team%>

-- cgit v1.2.3