diff options
author | Friendika <info@friendika.com> | 2011-05-18 21:49:41 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-18 21:49:41 -0700 |
commit | f151565029162c1de258eaef7fc8aacd4f69ba47 (patch) | |
tree | b8d9212a8bf496e4c1642c6b6ab3b9c1631ffc9f /view/photo_item.tpl | |
parent | a6603a54d9c68d1efee553e747de233f992dc3d2 (diff) | |
download | volse-hubzilla-f151565029162c1de258eaef7fc8aacd4f69ba47.tar.gz volse-hubzilla-f151565029162c1de258eaef7fc8aacd4f69ba47.tar.bz2 volse-hubzilla-f151565029162c1de258eaef7fc8aacd4f69ba47.zip |
bug #73 - move 'view in context' and wall-item-outside-wrapper-end inside wall-item-outside-wrapper so all item content is updated with ajax.
Diffstat (limited to 'view/photo_item.tpl')
-rw-r--r-- | view/photo_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_item.tpl b/view/photo_item.tpl index ca9ead592..e574628d0 100644 --- a/view/photo_item.tpl +++ b/view/photo_item.tpl @@ -16,7 +16,7 @@ <div class="wall-item-wrapper-end"></div> <div class="wall-item-comment-separator"></div> $comment -</div> <div class="wall-item-outside-wrapper-end$indent" ></div> +</div> |