]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/wall_item_tag.tpl
Merge pull request #9371 from annando/issue-9358
[friendica.git] / view / theme / vier / templates / wall_item_tag.tpl
index 960cb171af3d01f39b5b5cfce97d733c59ac4904..76e587f00ae1540259f4462b276476370f1783e8 100644 (file)
 {{/if}}
 
 {{* top thread comment box *}}
-{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-<div class="wall-item-comment-wrapper" >{{$item.comment nofilter}}</div>
+{{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}}
+<div class="wall-item-comment-wrapper" >{{$item.comment_html nofilter}}</div>
 {{/if}}{{/if}}{{/if}}
 
 {{if $item.flatten}}
-<div class="wall-item-comment-wrapper" >{{$item.comment nofilter}}</div>
+<div class="wall-item-comment-wrapper" >{{$item.comment_html nofilter}}</div>
 {{/if}}