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