]> git.mxchange.org Git - friendica.git/blobdiff - view/conversation.tpl
change to hover function
[friendica.git] / view / conversation.tpl
index 86445aab8e2d41aedfcccda75bce8b22ed8eea56..7d4e7d2621e04227abaf0b42a0c9ccced9d50473 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 }}