diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 4 |
1 files changed, 2 insertions, 2 deletions
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 3cd2b1af2..9feb8c020 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -31,8 +31,8 @@ for i,r in ipairs(request) do end require("luci.i18n").loadc("default") - require("luci.http").prepare_content("text/html") + -%> <?xml version="1.0" encoding="utf-8"?> @@ -43,7 +43,7 @@ require("luci.http").prepare_content("text/html") <% if node and node.css then %><link rel="stylesheet" type="text/css" href="<%=resource%>/<%=node.css%>" /><% end %> <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" /> <meta http-equiv="content-script-type" content="text/javascript" /> - <title><%=hostname%> - <%=(node and node.title)%> - LuCI</title> + <title><%= hostname .. ( node.title and ' - ' .. node.title or '') %> - LuCI</title> <!--[if lt IE 7]> <script type="text/javascript"> |