diff options
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 67832204d..703267992 100644 --- a/mod/item.php +++ b/mod/item.php @@ -165,7 +165,7 @@ function item_post(&$a) { if(strlen($str_tags)) $str_tags .= ','; $profile = str_replace(',','%2c',$profile); - $str_tags .= '[url=' . $profile . ']' . $newname . '[/url]'; + $str_tags .= '@[url=' . $profile . ']' . $newname . '[/url]'; } } } |