diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/pinned_item.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/pinned_item.tpl b/view/tpl/pinned_item.tpl index 6e5e9e20d..e34d3b65d 100644 --- a/view/tpl/pinned_item.tpl +++ b/view/tpl/pinned_item.tpl @@ -1,4 +1,4 @@ -<div id="pinned-wrapper-{{$id}}" class="thread-wrapper toplevel_item generic-content-wrapper h-entry"> +<div id="pinned-wrapper-{{$id}}" class="thread-wrapper toplevel_item generic-content-wrapper h-entry" data-b64mids='{{$mids}}'> <div class="wall-item-outside-wrapper" id="wall-item-outside-wrapper-{{$id}}"> <div class="clearfix wall-item-content-wrapper" id="wall-item-content-wrapper-{{$id}}"> {{if $photo}} @@ -144,4 +144,3 @@ </div> </div> </div> - |