From: David ‘Bombe’ Roden Date: Sun, 16 Jan 2011 03:10:06 +0000 (+0100) Subject: Actually insert the name of the field! Fixes #56. X-Git-Tag: 0.4.1^2~2 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=feb44d8b196609cf820714ad32f4a222ec7bcac9 Actually insert the name of the field! Fixes #56. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 9ba037f..e25cac9 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -19,7 +19,7 @@ <%foreach currentSone.profile.fields field> - <% field.key|xml> + <% field.name|xml> <% field.value|xml> <%/foreach>