From 1851adb1c531eab162181a27b6c42e7738803150 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 7 Aug 2008 21:48:58 +0000 Subject: themes/*: Use application/xhtml+xml as Mime-Type --- themes/fledermaus/luasrc/view/themes/fledermaus/header.htm | 2 +- themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm index db943709d5..a6ec5b8113 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm @@ -39,7 +39,7 @@ require("luci.http").prepare_content("text/html") <% if node and node.css then %><% end %> - + <%= hostname .. ( (node and node.title) and ' - ' .. node.title or '') %> - LuCI 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 09ef09ec7c..b26b68a3df 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -41,7 +41,7 @@ require("luci.http").prepare_content("text/html") <% if node and node.css then %><% end %> - + <%= hostname .. ( (node and node.title) and ' - ' .. node.title or '') %> - LuCI -- cgit v1.2.3