diff options
author | friendica <info@friendica.com> | 2012-06-10 01:00:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-10 01:00:16 -0700 |
commit | 64b4bbd65d9f9c956ffffe84215ce547d3b61512 (patch) | |
tree | 0fbdf9d5345ffdd53ed5ef8dcf0c63ca4fcb1cd2 /view/theme/dispy/wall_item.tpl | |
parent | ff8d159698a74149f1799d94b9adfe5dd7c781bd (diff) | |
parent | 810b1a5d6efda4b77cbba0558c83470c179fd697 (diff) | |
download | volse-hubzilla-64b4bbd65d9f9c956ffffe84215ce547d3b61512.tar.gz volse-hubzilla-64b4bbd65d9f9c956ffffe84215ce547d3b61512.tar.bz2 volse-hubzilla-64b4bbd65d9f9c956ffffe84215ce547d3b61512.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index d2878d17d..6263eef51 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -1,3 +1,4 @@ +<a name="$item.id" /> <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" > <div class="wall-item-info" id="wall-item-info-$item.id"> @@ -82,7 +83,6 @@ <div class="wall-item-comment-wrapper"> $item.comment </div> -</div> - -<div class="wall-item-outside-wrapper-end$item.indent"></div> +<div class="wall-item-outside-wrapper-end$item.indent" ></div> +</div> |