X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=1054e0177f4f7368997bd3ea1e925351c81c18bd;hb=fdeefab8d3ac40efdea56e9320d2b218871c6027;hp=92c9b37cb3a9631963d1ac6d204bff0eca3dd896;hpb=deeb0b75f457084c748c0f214c81099217e014a6;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 92c9b37..1054e01 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.key|html>
+
<% field.value|html>
<%/foreach>