aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-31 21:57:30 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-31 21:57:30 -0700
commit4f4d6bace60fa3f43efeb675ba4f1617a9d9df58 (patch)
treeffad8f6faf4c42def511898377dd39e031a73d8b /mod/item.php
parentb376f215337e4bee7320a0df8fc3d9b1beb2f289 (diff)
downloadvolse-hubzilla-4f4d6bace60fa3f43efeb675ba4f1617a9d9df58.tar.gz
volse-hubzilla-4f4d6bace60fa3f43efeb675ba4f1617a9d9df58.tar.bz2
volse-hubzilla-4f4d6bace60fa3f43efeb675ba4f1617a9d9df58.zip
add rel=mentioned links for tagged persons
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
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]';
}
}
}