aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-17 23:08:35 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-17 23:08:35 +0100
commit7c4d9519c89aed59e9253a19203fb13394571929 (patch)
tree7845198b3782c7349fc2427b484770e4eacb41c0 /include
parent6fa0807550f4e7a3da307afe9398e54c3d036228 (diff)
downloadvolse-hubzilla-7c4d9519c89aed59e9253a19203fb13394571929.tar.gz
volse-hubzilla-7c4d9519c89aed59e9253a19203fb13394571929.tar.bz2
volse-hubzilla-7c4d9519c89aed59e9253a19203fb13394571929.zip
whitespace
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 3ad89fe51..57dc9d2a2 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1025,7 +1025,7 @@ function builtin_activity_puller($item, &$conv_responses) {
if((activity_match($item['verb'], $verb)) && ($item['id'] != $item['parent'])) {
$name = (($item['author']['xchan_name']) ? $item['author']['xchan_name'] : t('Unknown'));
$url = (($item['author']['xchan_url'] && $item['author']['xchan_photo_s'])
- ? '<a href="' . chanlink_url($item['author']['xchan_url']) . '">' . '<img class="dropdown-menu-img-xs" src="' . zid($item['author']['xchan_photo_s']) . '" alt="' . urlencode($name) . '" /> ' . $name . '</a>'
+ ? '<a href="' . chanlink_url($item['author']['xchan_url']) . '">' . '<img class="dropdown-menu-img-xs" src="' . zid($item['author']['xchan_photo_s']) . '" alt="' . urlencode($name) . '" />' . $name . '</a>'
: '<a href="#" class="disabled">' . $name . '</a>'
);