From 331c72b3be4e6b2c469d14be2bd4d057e7de1dec Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Feb 2015 14:46:08 -0800 Subject: author profile photo in reshare wasn't linked --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/bbcode.php b/include/bbcode.php index 7067fcd39..8f2b5bd38 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -216,7 +216,7 @@ function bb_ShareAttributes($match) { $headline = '
'; if ($avatar != "") - $headline .= '' . $author . ''; + $headline .= '' . $author . ''; // Bob Smith wrote the following post 2 hours ago -- cgit v1.2.3