aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-30 16:06:53 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-30 16:06:53 -0700
commit7ad27f5737b4c3dc800c8a707a3010ec33672389 (patch)
tree2f16e996932abd8c6046176bafac157da9adfa02 /view
parenta0a7c3be8bdb5623344351b2948911e9770dc949 (diff)
downloadvolse-hubzilla-7ad27f5737b4c3dc800c8a707a3010ec33672389.tar.gz
volse-hubzilla-7ad27f5737b4c3dc800c8a707a3010ec33672389.tar.bz2
volse-hubzilla-7ad27f5737b4c3dc800c8a707a3010ec33672389.zip
implement rel alternate, some corresponding last minute touchups on display module
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 59dff9efa..a067f50ca 100644
--- a/view/atom_cmnt.tpl
+++ b/view/atom_cmnt.tpl
@@ -11,6 +11,7 @@
<published>$published</published>
<updated>$updated</updated>
<content type="$type" >$content</content>
+ <link rel="alternate" href="$alt" />
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
<as:verb>$verb</as:verb>
$actobj
diff --git a/view/atom_item.tpl b/view/atom_item.tpl
index d1eadb4af..baede636c 100644
--- a/view/atom_item.tpl
+++ b/view/atom_item.tpl
@@ -15,6 +15,7 @@
<published>$published</published>
<updated>$updated</updated>
<content type="$type" >$content</content>
+ <link rel="alternate" href="$alt" />
<dfrn:location>$location</dfrn:location>
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
<as:verb>$verb</as:verb>