themes: Fixed title-tag in case we don't serve a dispatched node
authorSteven Barth <steven@midlink.org>
Sat, 19 Jul 2008 16:59:33 +0000 (16:59 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 19 Jul 2008 16:59:33 +0000 (16:59 +0000)
themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm

index 76b0a3da08d5c008e61ba53d3c6fa8566081e5e1..5abe5d4eedae4b25d526e56bdf0c1e6ec4d7e747 100644 (file)
@@ -41,7 +41,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 and node.title) and ' - ' .. node.title or '') %> - LuCI</title>
 </head>
 <body>
 <div id="header">
index 9feb8c020c325fd996079bad779e2d7416ab1f3b..500a73badd2897d11bce36264a5a137668962be3 100644 (file)
@@ -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.title and ' - ' .. node.title or '') %> - LuCI</title>
+       <title><%= hostname .. ( (node and node.title) and ' - ' .. node.title or '') %> - LuCI</title>
 
        <!--[if lt IE 7]>
                <script type="text/javascript">