X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fpoco_entry_xml.tpl;h=4d84cee41662b23a7c466282839d0b30bd1b954c;hb=b522ffeea5a52de36ad4c3be7bf10b38efc1309e;hp=c3db9f2b27a2fbe973ae51fb02056a684a410224;hpb=978717a2475bbd25d61969e9448dc6f197c8d637;p=friendica.git diff --git a/view/poco_entry_xml.tpl b/view/poco_entry_xml.tpl index c3db9f2b27..4d84cee416 100644 --- a/view/poco_entry_xml.tpl +++ b/view/poco_entry_xml.tpl @@ -2,10 +2,6 @@ {{ if $entry.id }}$entry.id{{ endif }} {{ if $entry.displayName }}$entry.displayName{{ endif }} {{ if $entry.preferredUsername }}$entry.preferredUsername{{ endif }} -{{ if $entry.urls }} -{{for $entry.urls as $url }} -$url.value$url.type -{{endfor}} -{{ endif }} -{{ if $entry.photos }}$entry.photos.value$entry.photos.type{{ endif }} +{{ if $entry.urls }}{{ for $entry.urls as $url }}$url.value$url.type{{ endfor }}{{ endif }} +{{ if $entry.photos }}{{ for $entry.photos as $photo }}$photo.value$photo.type{{ endfor }}{{ endif }}