From ea0ab6fbac0dc317eb2e81abedbd3855c08a14c5 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 27 Oct 2011 04:38:33 -0700 Subject: poco should now be spec compliant --- view/poco_entry_xml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/poco_entry_xml.tpl') diff --git a/view/poco_entry_xml.tpl b/view/poco_entry_xml.tpl index 71ca2d13e..8d5515152 100644 --- a/view/poco_entry_xml.tpl +++ b/view/poco_entry_xml.tpl @@ -1,7 +1,7 @@ {{ if $entry.id }}$entry.id{{ endif }} {{ if $entry.displayName }}$entry.displayName{{ endif }} -{{ if $entry.preferredName }}$entry.preferredName{{ endif }} +{{ if $entry.preferredUsername }}$entry.preferredUsername{{ endif }} {{ if $entry.urls }}$entry.urls.value$entry.urls.type{{ endif }} -{{ if $entry.photos }}$entry.photos.value<$entry.photos.type>{{ endif }} +{{ if $entry.photos }}$entry.photos.value$entry.photos.type{{ endif }} -- cgit v1.2.3