- <%= 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 @@
- <%= 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)
%>
<%
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 '') %>