]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/conversation.tpl
fix html reshares when editplain in use
[friendica.git] / view / theme / loozah / conversation.tpl
old mode 100644 (file)
new mode 100755 (executable)
index 1a0fb33..33cedfb
@@ -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 }}