From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 17:44:00 +0000 (+0200) Subject: Store username instead of nice name. X-Git-Tag: 0.1-RC1~358 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=6cfa98c6b028a5276a47569b433dd66e0fb82a83;hp=22e03050c5a84d7c2fa567821d5d16dec92c4400;p=Sone.git Store username instead of nice name. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 53ffabd..c2d67ca 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -39,7 +39,7 @@ <% friend.id|html> <% friend.requestUri|html> - <% friend.niceName|html> + <% friend.name|html> <%/foreach>