diff --git a/package/gluon-web-admin/files/lib/gluon/web/view/admin/info.html b/package/gluon-web-admin/files/lib/gluon/web/view/admin/info.html index 6f593378..889b0ca3 100644 --- a/package/gluon-web-admin/files/lib/gluon/web/view/admin/info.html +++ b/package/gluon-web-admin/files/lib/gluon/web/view/admin/info.html @@ -34,6 +34,6 @@

<%:Information%>

<% for _, v in ipairs(values) do %>
-
<%=v[1]%>
<%=pcdata(v[2] or 'n/a')%>
+
<%|v[1]%>
<%|v[2] or 'n/a'%>
<% end %> diff --git a/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade.html b/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade.html index ecafa33f..456b9e5c 100644 --- a/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade.html +++ b/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade.html @@ -13,7 +13,7 @@ $Id$ -%>

<%:Upgrade firmware%>

-
+

<%:You can manually upgrade your firmware here.%>

diff --git a/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade_confirm.html b/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade_confirm.html index 6659d363..80ef7ac7 100644 --- a/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade_confirm.html +++ b/package/gluon-web-admin/files/lib/gluon/web/view/admin/upgrade_confirm.html @@ -46,13 +46,13 @@ You may obtain a copy of the License at

- + " /> -
+ " /> diff --git a/package/gluon-web-mesh-vpn-fastd/files/lib/gluon/web/view/model/mesh-vpn-fastd.html b/package/gluon-web-mesh-vpn-fastd/files/lib/gluon/web/view/model/mesh-vpn-fastd.html index 50eff069..ed527c8e 100644 --- a/package/gluon-web-mesh-vpn-fastd/files/lib/gluon/web/view/model/mesh-vpn-fastd.html +++ b/package/gluon-web-mesh-vpn-fastd/files/lib/gluon/web/view/model/mesh-vpn-fastd.html @@ -6,7 +6,7 @@
class="gluon-value-title"><%:Security mode%>
- <%= translate( + <%| translate( 'In security mode, the mesh VPN uses an encrypted tunnel to connect to the VPN servers. ' .. 'The encryption ensures that it is impossible for your internet access provider to see what ' .. 'data is exchanged over your node.' @@ -24,7 +24,7 @@
class="gluon-value-title"><%:Performance mode%>
- <%= translate( + <%| translate( 'In performance mode, no encryption is used. This usually allows for higher throughput, but the data exchanged over your node is not ' .. 'protected against eavesdropping.' ) %> diff --git a/package/gluon-web-theme/files/lib/gluon/web/view/themes/gluon/layout.html b/package/gluon-web-theme/files/lib/gluon/web/view/themes/gluon/layout.html index c1915f48..b7f60d09 100644 --- a/package/gluon-web-theme/files/lib/gluon/web/view/themes/gluon/layout.html +++ b/package/gluon-web-theme/files/lib/gluon/web/view/themes/gluon/layout.html @@ -52,7 +52,7 @@ You may obtain a copy of the License at local active = (v == name) %>
  • - <%=pcdata(title(child))%> + <%|title(child)%>
  • <% end @@ -74,17 +74,17 @@ You may obtain a copy of the License at - - <%=pcdata( hostname .. ((rnode and rnode.title) and ' - ' .. title(rnode) or '')) %> + + <%| hostname .. ((rnode and rnode.title) and ' - ' .. title(rnode) or '') %>