diff --git a/include/bbcode.php b/include/bbcode.php
index 90d5e9358..1937955e5 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -485,7 +485,7 @@ function bb_ShareAttributes($share, $simplehtml) {
$text = $preshare.html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid_compact.":
".$share[3];
break;
case 6:
- $text = $preshare.">> ".$userid_compact.":
".$share[3];
+ $text = $preshare.">> @".$userid_compact.":
".$share[3];
break;
case 7:
$text = $preshare."RD @".$userid_compact." ".$share[3];