From: fabrixxm Date: Mon, 28 Dec 2015 08:46:18 +0000 (+0100) Subject: sizes links in xml output of api/frienidca/photo is an array X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=696fe53d8f19d93f4e217a44c8ca7a5df1f5138e;p=friendica.git sizes links in xml output of api/frienidca/photo is an array --- diff --git a/view/templates/api_photo_detail_xml.tpl b/view/templates/api_photo_detail_xml.tpl index 335ec0a9d3..0b0602901b 100644 --- a/view/templates/api_photo_detail_xml.tpl +++ b/view/templates/api_photo_detail_xml.tpl @@ -12,9 +12,9 @@ {{$photo.width}} {{$photo.datasize}} 1 - {{foreach $photo.link as $scale => $url}} + {{foreach $photo.link as $scale => $url}} - {{/foreach}} + {{/foreach}} {{if $photo.data}} {{$photo.data}} {{/if}}