diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-17 23:08:35 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-17 23:08:35 +0100 |
commit | 7c4d9519c89aed59e9253a19203fb13394571929 (patch) | |
tree | 7845198b3782c7349fc2427b484770e4eacb41c0 /include/conversation.php | |
parent | 6fa0807550f4e7a3da307afe9398e54c3d036228 (diff) | |
download | volse-hubzilla-7c4d9519c89aed59e9253a19203fb13394571929.tar.gz volse-hubzilla-7c4d9519c89aed59e9253a19203fb13394571929.tar.bz2 volse-hubzilla-7c4d9519c89aed59e9253a19203fb13394571929.zip |
whitespace
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
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>' ); |