aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index a12cdd911..03149ce7d 100644
--- a/include/items.php
+++ b/include/items.php
@@ -2674,7 +2674,7 @@ function item_getfeedtags($item) {
if($cnt) {
for($x = 0; $x < count($matches); $x ++) {
if($matches[1][$x])
- $ret[] = array('#',$matches[1][$x], $matches[2][$x]);
+ $ret[] = array('@',$matches[1][$x], $matches[2][$x]);
}
}
return $ret;