diff --git a/js/misc-functions.js b/js/misc-functions.js index a45c6f1..be19522 100644 --- a/js/misc-functions.js +++ b/js/misc-functions.js @@ -773,7 +773,9 @@ function detectRTL(s) { else { // for ltr languages we move @, ! and # to inside $streamItem.find('.queet-text').find('.h-card.mention').prepend('@'); - $streamItem.find('.queet-text').find('.h-card.group').prepend('!'); + $streamItem.find('.queet-text').find('.h-card.group').prepend('!'); + $streamItem.find('.queet-text').find('.vcard .nickname.mention').prepend('@'); // old style + $streamItem.find('.queet-text').find('.vcard .nickname.group').prepend('!'); // old style $streamItem.find('.queet-text').find('a[rel="tag"]').prepend('#'); }