Use the shown Sone as trusted Sone for the parser.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Sep 2012 20:25:44 +0000 (22:25 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Sep 2012 20:25:44 +0000 (22:25 +0200)
src/main/resources/templates/viewSone.html

index 1cca4d0..4b88474 100644 (file)
@@ -52,7 +52,7 @@
                        <%foreach sone.profile.fields field>
                                <div class="profile-field">
                                        <div class="name"><% field.name|html></div>
-                                       <div class="value"><% field.value|parse></div>
+                                       <div class="value"><% field.value|parse sone=sone></div>
                                </div>
                        <%/foreach>