diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/atom_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/atom_item.tpl b/view/atom_item.tpl index 99b18e05f..1dae06db5 100644 --- a/view/atom_item.tpl +++ b/view/atom_item.tpl @@ -15,6 +15,6 @@ <published>$published</published> <updated>$updated</updated> <content>$content</content> - <as:place>$location</as:place> + <dfrn:location>$location</dfrn:location> <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> </entry> |