]> git.mxchange.org Git - friendica.git/blobdiff - view/wall_item.tpl
fix html reshares when editplain in use
[friendica.git] / view / wall_item.tpl
index ddae5b609ed851a5e9c45e614c9001065981c683..c990775106f5efba8b9e81a1bcd076876e45ff50 100755 (executable)
@@ -31,8 +31,8 @@
                <div class="wall-item-links">
                </div>
                <div class="wall-item-tags">
-                       {{ 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>