X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=dd994eaf467f52e32b655680357c2160f9ba130e;hp=4b88474ad600813c64e169dd584e00f1119a5e08;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=d56414a84610ebb0c72a0d93f0984a20c26ccc9e diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 4b88474..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 sone=sone>
+
<% field.value|parse sone=sone|render>
<%/foreach>