From d0694fdb1ece991b57b748c29183ccd6563a9c42 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 3 Jun 2008 23:17:40 +0000 Subject: fix footer --- themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm | 5 +++-- themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm index 4de7bbab0c..ff1e20a317 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm @@ -1,7 +1,8 @@
+ -
<%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
+
<%=luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
- \ No newline at end of file + diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm index 6fc2f6089e..4ea69cb22e 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm @@ -3,6 +3,6 @@ -
<%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
+
<%= luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
- \ No newline at end of file + -- cgit v1.2.3