diff options
author | friendica <info@friendica.com> | 2013-01-06 04:07:10 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-06 04:07:10 -0800 |
commit | 7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b (patch) | |
tree | 0cc189a3ae09f27204574dd56fc0294eec4d873d /view | |
parent | 6d9d07bdde4284906c1e0f1d2d7a05c87ed3d6e1 (diff) | |
download | volse-hubzilla-7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b.tar.gz volse-hubzilla-7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b.tar.bz2 volse-hubzilla-7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b.zip |
make preview work fix some other nits
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/threaded_conversation.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl index f60839e49..e91c49bb1 100644 --- a/view/tpl/threaded_conversation.tpl +++ b/view/tpl/threaded_conversation.tpl @@ -1,6 +1,8 @@ -{{ for $threads as $item }} +{{ for $threads as $xyz }} +{{ for $xyz.items as $item }} {{ inc $item.template }}{{ endinc }} {{ endfor }} +{{ endfor }} <div id="conversation-end"></div> |