From c7c262471364730d8eb0af5fc1a2765f842488b8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 Aug 2008 19:35:54 +0000 Subject: * luci/i18n: updated translation files, xhtml fixes in openwrt.org theme --- themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm | 4 +--- themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'themes/openwrt.org') 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 d1a8d43fee..c1d4dfccbc 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm @@ -14,9 +14,7 @@ $Id$ -%>
- - -
Powered by <%= luci.__appname__ .. " " .. luci.__version__%>
+
Powered by <%= luci.__appname__ .. " " .. luci.__version__%>
diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm index c875e8db04..6883dea21b 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -31,12 +31,12 @@ for i,r in ipairs(request) do end require("luci.i18n").loadc("default") -require("luci.http").prepare_content("text/html") +require("luci.http").prepare_content("application/xhtml+xml") -%> - + -- cgit v1.2.3