X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=be48662544fb6e63a42c21255c791d37951da98a;hb=0001614e7188967fabe8597d4c5663952ab19197;hp=92c9b37cb3a9631963d1ac6d204bff0eca3dd896;hpb=8c251a1b15c1d8a8a2766e55e6decf10e9330bbe;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 92c9b37..be48662 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -24,14 +24,14 @@

<%= Page.ViewSone.Profile.Title|l10n|html>

-
<%= Page.ViewSone.Profile.Label.Name|l10n|html>
-
<% sone.niceName|html>
+
<%= Page.ViewSone.Profile.Label.Name|l10n|html>
+
<% sone.niceName|html>
<%foreach sone.profile.fields field>
-
<% field.key|html>
-
<% field.value|html>
+
<% field.name|html>
+
<% field.value|parse>
<%/foreach>