From c9cbd9fe29942b3c09c36938e724cc7dd3111568 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 25 Mar 2010 13:46:17 +0000 Subject: [PATCH] themes, i18n: fix double encoded entities (#114) --- po/fr/base.po | 6 +++--- themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm | 6 +++--- themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/po/fr/base.po b/po/fr/base.po index 58e1840d4..3587fef0d 100644 --- a/po/fr/base.po +++ b/po/fr/base.po @@ -552,13 +552,13 @@ msgstr "Pare-Feu" #, fuzzy msgid "Firewall Settings" msgstr "" -"Ici, vous trouverez des informations sur l'état actuel du système comme " +"Ici, vous trouverez des informations sur l'état actuel du système comme " "la fréquence processeur, utilisation mémoire et trafic réseau." #, fuzzy msgid "Firewall Status" msgstr "" -"Ici, vous trouverez des informations sur l'état actuel du système comme " +"Ici, vous trouverez des informations sur l'état actuel du système comme " "la fréquence processeur, utilisation mémoire et trafic réseau." msgid "Firmware image" @@ -733,7 +733,7 @@ msgstr "Interface" #, fuzzy msgid "Interface Status" msgstr "" -"Ici, vous trouverez des informations sur l'état actuel du système comme " +"Ici, vous trouverez des informations sur l'état actuel du système comme " "la fréquence processeur, utilisation mémoire et trafic réseau." msgid "Interfaces" diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm index 5a1993425..33998da72 100644 --- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm +++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm @@ -96,7 +96,7 @@ local function submenu(prefix, node) local href = controller .. prefix .. v.name .. "/" href = (nnode.query) and href .. luci.http.build_querystring(nnode.query) or href %> -
  • class="active"<%end%> href="<%=pcdata(href)%>"><%=pcdata(striptags(nnode.title))%><%- +
  • class="active"<%end%> href="<%=pcdata(href)%>"><%=striptags(nnode.title)%><%- submenu(prefix .. v.name .. "/", nnode) %>
  • <%- @@ -122,7 +122,7 @@ if cattree and cattree.nodes then local href = controller.."/"..category.."/"..k.name.."/" href = (k.query) and href .. luci.http.build_querystring(k.query) or href %> -
  • class="preactive"<%end%> href="<%=pcdata(href)%>"><%=pcdata(striptags(node.title))%><% +
  • class="preactive"<%end%> href="<%=pcdata(href)%>"><%=striptags(node.title)%><% submenu("/" .. category .. "/" .. k.name .. "/", node) %>
  • <% end end @@ -133,7 +133,7 @@ end