From eeed712024f1779c35a2bb85caf1fb4b366a0385 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 20:03:27 +0000 Subject: all: next round of translation fixups --- themes/oxygen/luasrc/view/themes/oxygen/header.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/oxygen/luasrc') diff --git a/themes/oxygen/luasrc/view/themes/oxygen/header.htm b/themes/oxygen/luasrc/view/themes/oxygen/header.htm index 6df6c8754e..9b951e8a6a 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/header.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/header.htm @@ -44,7 +44,7 @@ require("luci.http").prepare_content("application/xhtml+xml") <% if node and node.css then %> <% end -%> -<%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI +<%=striptags( hostname .. ( (node and node.title) and ' - ' .. pcdata(node.title) or '')) %> - LuCI
@@ -77,7 +77,7 @@ local function ucimenu(prefix, node) local href = controller .. prefix .. v.name .. "/" href = (nnode.query) and href .. luci.http.build_querystring(nnode.query) or href %> - > <%=nnode.title%> + > <%=pcdata(nnode.title)%> <%- end end @@ -119,7 +119,7 @@ ucimenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"], "changes" if pointer.nodes and pointer.nodes[v] then pointer = pointer.nodes[v] %> - » <%=pointer.title or v%> + » <%=pcdata(pointer.title or v)%> <% end end -- cgit v1.2.3