From 92f94a0fdc87088a8ce40b652f396bbac4801a42 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 20 Feb 2013 14:17:23 -0800 Subject: contact_template is called from multiple places with different params --- view/tpl/contact_template.tpl | 2 +- view/tpl/smarty3/contact_template.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl index 7bdcd6b93..905892d9f 100644 --- a/view/tpl/contact_template.tpl +++ b/view/tpl/contact_template.tpl @@ -1,7 +1,7 @@
- $contact.name + $contact.name
$contact.name
diff --git a/view/tpl/smarty3/contact_template.tpl b/view/tpl/smarty3/contact_template.tpl index 496fb90ba..ee8dac10d 100644 --- a/view/tpl/smarty3/contact_template.tpl +++ b/view/tpl/smarty3/contact_template.tpl @@ -6,7 +6,7 @@
- {{$contact.name}} + {{$contact.name}}
{{$contact.name}}
-- cgit v1.2.3