diff options
author | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
commit | 638bbb2171b6d1dcd68f0d46359441afb848561d (patch) | |
tree | 7686f4f3866e79e51fe225d3eaaa8033844679e1 /view/theme/dispy/wall_item.tpl | |
parent | 20d37f2e3ec7736ebf04e4c637398eee0aea78a5 (diff) | |
parent | ae158aa6f9ae151cda613812f50073c4666a4edc (diff) | |
download | volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.gz volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.bz2 volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r--[-rwxr-xr-x] | 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 09cf64397..b013cfeef 100755..100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -38,7 +38,7 @@ <div class="wall-item-links-wrapper"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link"></a></div> {{ endif }} {{ if $item.edpost }} - <a class="editpost icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>' + <a class="editpost icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a> {{ endif }} <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$item.id" > @@ -68,10 +68,10 @@ <div class="wall-item-wrapper-end"></div> <div class="wall-item-like" id="wall-item-like-$item.id">$item.like</div> <div class="wall-item-dislike" id="wall-item-dislike-$item.id">$item.dislike</div> - <div class="wall-item-comment-wrapper" > + <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> |