diff --git a/public/src/client/topic/browsing.js b/public/src/client/topic/browsing.js index 5cb71960ea..2a0eb1eac5 100644 --- a/public/src/client/topic/browsing.js +++ b/public/src/client/topic/browsing.js @@ -83,14 +83,14 @@ define('forum/topic/browsing', ['translator'], function(translator) { activeEl.append(userEl); } - activeEl.find('a[data-uid] img').tooltip({ + activeEl.find('a[data-uid]').tooltip({ placement: 'top' }); } function createUserIcon(uid, picture, userslug, username) { if(!$('[component="topic/browsing/list"]').find('[data-uid="' + uid + '"]').length) { - return $('
'); + return $(''); } }