]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/wallwall_item.tpl
Merge branch 'master' of git://github.com/friendica/friendica
[friendica.git] / view / theme / dispy / wallwall_item.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 31f046a..86453fa
@@ -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" >
@@ -58,8 +58,8 @@
                        <div class="wall-item-title-end"></div>
                        <div class="wall-item-body" id="wall-item-body-$item.id" >$item.body
                                        <div class="body-tag">
-                                               {{ for $item.tags as $item.tag }}
-                                                       <span class='tag'>$item.tag</span>
+                                               {{ for $item.tags as $tag }}
+                                                       <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>