aboutsummaryrefslogtreecommitdiffstats
path: root/view
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 /view
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 'view')
-rw-r--r--view/atom_cmnt.tpl1
-rw-r--r--view/atom_item.tpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/view/atom_cmnt.tpl b/view/atom_cmnt.tpl
index 6c1a15faa..b70a6dc4e 100644
--- a/view/atom_cmnt.tpl
+++ b/view/atom_cmnt.tpl
@@ -16,5 +16,6 @@
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
<as:verb>$verb</as:verb>
$actobj
+ $mentioned
</entry>
diff --git a/view/atom_item.tpl b/view/atom_item.tpl
index b26ba2e69..0d36b579d 100644
--- a/view/atom_item.tpl
+++ b/view/atom_item.tpl
@@ -23,5 +23,6 @@
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
<as:verb>$verb</as:verb>
$actobj
+ $mentioned
</entry>