From: David ‘Bombe’ Roden Date: Sun, 16 Jan 2011 14:37:02 +0000 (+0100) Subject: Parse profile field values. Fixes #57. X-Git-Tag: 0.4.2^2~40 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=3e1573fb5569a485178a0ef883d7052bde99a946 Parse profile field values. Fixes #57. --- diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 98551b3..be48662 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -31,7 +31,7 @@ <%foreach sone.profile.fields field>
<% field.name|html>
-
<% field.value|html>
+
<% field.value|parse>
<%/foreach>