From d56414a84610ebb0c72a0d93f0984a20c26ccc9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 4 Sep 2012 22:25:44 +0200 Subject: [PATCH] Use the shown Sone as trusted Sone for the parser. --- src/main/resources/templates/viewSone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 1cca4d0..4b88474 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -52,7 +52,7 @@ <%foreach sone.profile.fields field>
<% field.name|html>
-
<% field.value|parse>
+
<% field.value|parse sone=sone>
<%/foreach> -- 2.7.4