From bbf857ba39c87cf907be88ecd013e961f5ad1a7f Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Nov 2011 17:50:14 -0800 Subject: add revision date to main profile photo to overcome cache when updated, other photos (e.g. conversations) must wait for cache update --- view/profile_vcard.tpl | 2 +- view/theme/duepuntozero/profile_vcard.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index c78eb9b7f..5bcbfd0b0 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -21,7 +21,7 @@ {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
+
$profile.name
diff --git a/view/theme/duepuntozero/profile_vcard.tpl b/view/theme/duepuntozero/profile_vcard.tpl index b3f5cc50d..154f22363 100644 --- a/view/theme/duepuntozero/profile_vcard.tpl +++ b/view/theme/duepuntozero/profile_vcard.tpl @@ -5,7 +5,7 @@ {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
+
$profile.name
-- cgit v1.2.3