From: David ‘Bombe’ Roden Date: Tue, 4 Sep 2012 20:25:44 +0000 (+0200) Subject: Use the shown Sone as trusted Sone for the parser. X-Git-Tag: 0.8.3^2~56 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d56414a84610ebb0c72a0d93f0984a20c26ccc9e;hp=-c Use the shown Sone as trusted Sone for the parser. --- d56414a84610ebb0c72a0d93f0984a20c26ccc9e 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>