aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wall_item.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-03 16:23:07 -0800
committerSimon <simon@kisikew.org>2012-03-03 16:23:07 -0800
commitf3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3 (patch)
tree8d8ff10c21a7490a13b7c472dc48269c7017df47 /view/theme/dispy/wall_item.tpl
parent74866a96de8f1cdf3114e05530641901e89dca42 (diff)
parent09c2f81cb30a74652b81ab48ffb44cfdad097cb6 (diff)
downloadvolse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.gz
volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.bz2
volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.zip
Merge pull request #73 from simonlnu/master
dispy! (and minor formatting)
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r--[-rwxr-xr-x]view/theme/dispy/wall_item.tpl6
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>