diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-31 21:57:30 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-31 21:57:30 -0700 |
commit | 4f4d6bace60fa3f43efeb675ba4f1617a9d9df58 (patch) | |
tree | ffad8f6faf4c42def511898377dd39e031a73d8b /mod | |
parent | b376f215337e4bee7320a0df8fc3d9b1beb2f289 (diff) | |
download | volse-hubzilla-4f4d6bace60fa3f43efeb675ba4f1617a9d9df58.tar.gz volse-hubzilla-4f4d6bace60fa3f43efeb675ba4f1617a9d9df58.tar.bz2 volse-hubzilla-4f4d6bace60fa3f43efeb675ba4f1617a9d9df58.zip |
add rel=mentioned links for tagged persons
Diffstat (limited to 'mod')
-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]'; } } } |