* luci/themes: little title fix for openwrt.org theme
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 19 Jul 2008 16:48:37 +0000 (16:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 19 Jul 2008 16:48:37 +0000 (16:48 +0000)
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm

index 3cd2b1a..9feb8c0 100644 (file)
@@ -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">