X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=189488e010d164d456c0fd60f32e8e261bd0de30;hb=043b045d6e3f3908597d789606368d0b08ef6a59;hp=ae0a522a43845dbce88f3151c1618571133d3b90;hpb=dee1446a74cb28ba132167d4118fcf73d88a4b88;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index ae0a522..189488e 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -25,7 +25,7 @@ }); <%foreach fields field> - registerInputTextareaSwap("#sone #edit-profile input[name=field-<% loop.count>]", "<% field.key|html>", "field-<% loop.count>", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=field-<% loop.count>]", <% field.key|js>, "field-<% loop.count>", true, true); <%/foreach> /* hide all the labels. */ @@ -82,13 +82,13 @@

<%= Page.EditProfile.Fields.Description|l10n|html>

<%foreach fields field fieldLoop> -
-
<% field.key|html>
-
-
-
-
-
+
+
<% field.name|html>
+
+
+
+
+
<%if fieldLoop.last>