diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-24 16:20:25 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-24 16:20:25 -0700 |
commit | c04c57ea0f34b84e59d63201314aa35eede2d875 (patch) | |
tree | 985d099acc10b91ba898068dd390c93d70bd8770 /view/tpl/conv_item.tpl | |
parent | dca4db9d4dffb7840885abf20d50154ed72462a0 (diff) | |
download | volse-hubzilla-c04c57ea0f34b84e59d63201314aa35eede2d875.tar.gz volse-hubzilla-c04c57ea0f34b84e59d63201314aa35eede2d875.tar.bz2 volse-hubzilla-c04c57ea0f34b84e59d63201314aa35eede2d875.zip |
the rest of the backend for supporting scroll-to-comment from notifications. We still need an ajax handler as fragments are evaluated before content is loaded.
Diffstat (limited to 'view/tpl/conv_item.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 add80885b..7e42aa891 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -5,7 +5,7 @@ <div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;"> {{/if}} <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}}"> - <a name="{{$item.id}}" ></a> + <a name="item_{{$item.id}}" ></a> <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" > <div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" style="clear:both;"> {{if $item.photo}} |