X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=be48662544fb6e63a42c21255c791d37951da98a;hb=b882170cb07ab0ce4da5fd68e9effa311439c995;hp=1054e0177f4f7368997bd3ea1e925351c81c18bd;hpb=fdeefab8d3ac40efdea56e9320d2b218871c6027;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 1054e01..be48662 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -25,13 +25,13 @@
<%= Page.ViewSone.Profile.Label.Name|l10n|html>
-
<% sone.niceName|html>
+
<% sone.niceName|html>
<%foreach sone.profile.fields field>
-
<% field.key|html>
-
<% field.value|html>
+
<% field.name|html>
+
<% field.value|parse>
<%/foreach>