diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-30 16:06:53 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-30 16:06:53 -0700 |
commit | 7ad27f5737b4c3dc800c8a707a3010ec33672389 (patch) | |
tree | 2f16e996932abd8c6046176bafac157da9adfa02 /view/atom_cmnt.tpl | |
parent | a0a7c3be8bdb5623344351b2948911e9770dc949 (diff) | |
download | volse-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/atom_cmnt.tpl')
-rw-r--r-- | view/atom_cmnt.tpl | 1 |
1 files changed, 1 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 |