aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-03 17:55:25 -0700
committerfriendica <info@friendica.com>2013-09-03 17:55:25 -0700
commitbac2dcd46a6c5ebc7ba63fc60e0a90bfe48b8d87 (patch)
tree7adb9727c690e4caa8b65f483c7a90498d6ec817 /include/conversation.php
parentc360bf3252d3a6ec330a80ba70c19af9848a44e1 (diff)
downloadvolse-hubzilla-bac2dcd46a6c5ebc7ba63fc60e0a90bfe48b8d87.tar.gz
volse-hubzilla-bac2dcd46a6c5ebc7ba63fc60e0a90bfe48b8d87.tar.bz2
volse-hubzilla-bac2dcd46a6c5ebc7ba63fc60e0a90bfe48b8d87.zip
typo
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 5888d3679..176dc33d4 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1266,7 +1266,7 @@ function prepare_page($item) {
return replace_macros(get_markup_template('page_display.tpl'),array(
'$author' => (($naked) ? '' : $item['author']['xchan_name']),
- '$auth_url' => (($naked) ? '' : $item['author']['xchan_url'],
+ '$auth_url' => (($naked) ? '' : $item['author']['xchan_url']),
'$date' => (($naked) ? '' : datetime_convert('UTC',date_default_timezone_get(),$item['created'],'Y-m-d H:i')),
'$title' => smilies(bbcode($item['title'])),
'$body' => prepare_text($item['body'],$item['mimetype'])