aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wallwall_item.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-03 19:19:35 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-03 19:19:35 -0500
commit64400e8d59cab64cfa57b969df88a4cafe76f168 (patch)
tree5815b02950bb3a4f7dda3a126c1bbfaf1338bf38 /view/theme/dispy/wallwall_item.tpl
parent1bed4010aa5dc711be674b41fac97d1448f4e5cd (diff)
downloadvolse-hubzilla-64400e8d59cab64cfa57b969df88a4cafe76f168.tar.gz
volse-hubzilla-64400e8d59cab64cfa57b969df88a4cafe76f168.tar.bz2
volse-hubzilla-64400e8d59cab64cfa57b969df88a4cafe76f168.zip
first commit for dispy New Edition
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r--[-rwxr-xr-x]view/theme/dispy/wallwall_item.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl
index c3638094c..86453fad2 100755..100644
--- a/view/theme/dispy/wallwall_item.tpl
+++ b/view/theme/dispy/wallwall_item.tpl
@@ -43,7 +43,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" >
@@ -59,7 +59,7 @@
<div class="wall-item-body" id="wall-item-body-$item.id" >$item.body
<div class="body-tag">
{{ for $item.tags as $tag }}
- <span class='tag'>$tag</span>
+ <span class="tag">$tag</span>
{{ endfor }}
</div>
</div>
@@ -72,7 +72,7 @@
<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>