diff options
author | Mario <mario@mariovavti.com> | 2020-11-20 09:14:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-20 09:14:46 +0000 |
commit | 011de75706ddd407cadfde89eec891b17db17211 (patch) | |
tree | 64b97b6cbb24a6d4cc985dc6ebc79ba2199c5e41 /view/tpl | |
parent | 852e456d44d2bffeadd2a22a7d47bb9e2e7f125f (diff) | |
download | volse-hubzilla-011de75706ddd407cadfde89eec891b17db17211.tar.gz volse-hubzilla-011de75706ddd407cadfde89eec891b17db17211.tar.bz2 volse-hubzilla-011de75706ddd407cadfde89eec891b17db17211.zip |
returning the rendered html when posting a comment will make the following update (and its implication in mod pubstream) obsolete
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index d7eaefe7e..78601c40d 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -259,7 +259,7 @@ {{/foreach}} {{/if}} {{if $item.comment}} - <div class="p-2 wall-item-comment-wrapper{{if $item.children}} wall-item-comment-wrapper-wc{{/if}}" > + <div id="wall-item-comment-wrapper-{{$item.id}}" class="p-2 wall-item-comment-wrapper{{if $item.children}} wall-item-comment-wrapper-wc{{/if}}" > {{$item.comment}} </div> {{/if}} |