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/wall_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/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e17b63e5a..b33ab779e 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -43,7 +43,7 @@ <div class="wall-item-comment-wrapper" > $comment </div> -</div> <div class="wall-item-outside-wrapper-end$indent" ></div> +</div> |