From 0694d421eb6b45a8f0ee6c2b158dbb77883f263d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 20:25:56 +0000 Subject: [PATCH] themes: entity fixes for theme headers --- themes/fledermaus/luasrc/view/themes/fledermaus/header.htm | 10 +++++----- themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm | 10 +++++----- .../luasrc/view/themes/freifunk-hannover/header.htm | 6 +++--- themes/freifunk/luasrc/view/themes/freifunk/header.htm | 8 ++++---- .../openwrt-light/luasrc/view/themes/openwrt-light/header.htm | 10 +++++----- .../luasrc/view/themes/openwrt.org-oxygen/header.htm | 10 +++++----- themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 10 +++++----- themes/oxygen/luasrc/view/themes/oxygen/header.htm | 8 ++++---- 8 files changed, 36 insertions(+), 36 deletions(-) diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm index b35bb71a2..abb6b90d8 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm @@ -43,7 +43,7 @@ require("luci.http").prepare_content("text/html") <% if node and node.css then %><% end %> - <%=striptags( hostname .. ( (node and node.title) and ' - ' .. pcdata(node.title) or '')) %> - LuCI + <%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI