X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=dd994eaf467f52e32b655680357c2160f9ba130e;hp=1cca4d0ae6faa95182b77f964bc3365cd661d40b;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=50ce65f69e49ed10abeedaeb6615ffb37a0c0772 diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 1cca4d0..dd994ea 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|render>
<%/foreach>