diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 00:18:23 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 00:18:23 -0700 |
commit | e98aaa3cbd2c14ab2f1b8534c8c63708086fe0f1 (patch) | |
tree | c3c21db16962580289f5496c5c34a4d116b9dfdd /view | |
parent | 4b4d680dc4e40384e9cc71591609a1f788f31c66 (diff) | |
download | volse-hubzilla-e98aaa3cbd2c14ab2f1b8534c8c63708086fe0f1.tar.gz volse-hubzilla-e98aaa3cbd2c14ab2f1b8534c8c63708086fe0f1.tar.bz2 volse-hubzilla-e98aaa3cbd2c14ab2f1b8534c8c63708086fe0f1.zip |
getting deeper into notifications
Diffstat (limited to 'view')
-rw-r--r-- | view/atomic.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/atomic.tpl b/view/atomic.tpl index 133933303..5d3eea060 100644 --- a/view/atomic.tpl +++ b/view/atomic.tpl @@ -17,6 +17,6 @@ <link href="$link" /> <updated>$updated</updated> <summary>$summary</summary> - <content type="text/plain" ></content> + <content type="text/plain" >$content</content> </entry> </feed>
\ No newline at end of file |