aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-06 04:07:10 -0800
committerfriendica <info@friendica.com>2013-01-06 04:07:10 -0800
commit7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b (patch)
tree0cc189a3ae09f27204574dd56fc0294eec4d873d /view
parent6d9d07bdde4284906c1e0f1d2d7a05c87ed3d6e1 (diff)
downloadvolse-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.tpl4
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>