From bf72dfdc218b179f1a6c343c97871e09715f40c7 Mon Sep 17 00:00:00 2001 From: web Date: Sat, 28 Apr 2007 13:29:44 +0000 Subject: [PATCH] Fix photo in vcard (this bug only occurs on djali) git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1751 839d8a87-29fc-0310-9880-83ba4fa771e5 --- templates/core/vcard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/core/vcard.tpl b/templates/core/vcard.tpl index 7fbcbe9..bbcc461 100644 --- a/templates/core/vcard.tpl +++ b/templates/core/vcard.tpl @@ -87,7 +87,7 @@ X-BINETS:{$vcard.binets_vcardjoin} X-GROUPS:{$vcard.gpxs_vcardjoin} {/if} {if $vcard.photo} -PHOTO;ENCODING=b;TYPE={$vcard.photo.attachmime}:{$vcard.photo.attach|base64_encode|vcard_enc} +PHOTO;ENCODING=b;TYPE={$vcard.photo.attachmime}:{$vcard.photo.attach|html_entity_decode|base64_encode|vcard_enc} {/if} SORT-STRING:{$vcard.nom|vcard_enc} REV:{$vcard.date|date_format:"%Y%m%dT000000Z"} -- 2.1.4