]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/conversation.tpl
Merge pull request #17 from zzottel/master
[friendica.git] / view / theme / duepuntozero / conversation.tpl
index 1a0fb33a82bd4cc2bf218af78d379d0a394377b8..33cedfb1ec932de47ad54dd136cb996635a757d2 100644 (file)
@@ -1,6 +1,6 @@
 {{ for $threads as $thread }}
-<div class="tread-wrapper">
-       $thread
+<div id="tread-wrapper-$thread.id" class="tread-wrapper">
+       $thread.html
 </div>
 {{ endfor }}