X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=dd994eaf467f52e32b655680357c2160f9ba130e;hb=972ca0e1490124c9da45a12ee9a079d91d62d6dc;hp=1cca4d0ae6faa95182b77f964bc3365cd661d40b;hpb=bdc2fc90f767b19cf76d034c88af6e1063f8630b;p=Sone.git 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>