aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wall_item.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-06-09 15:08:13 -0700
committerSimon <simon@kisikew.org>2012-06-09 15:08:13 -0700
commit810b1a5d6efda4b77cbba0558c83470c179fd697 (patch)
treeec0eab20d663ca24f5a3be11d9e33332befb2fed /view/theme/dispy/wall_item.tpl
parentea4515aca9318429a0b859eb8b45584b382928b3 (diff)
parent1605bcd901e47855c1a5670487030eb88173ec00 (diff)
downloadvolse-hubzilla-810b1a5d6efda4b77cbba0558c83470c179fd697.tar.gz
volse-hubzilla-810b1a5d6efda4b77cbba0558c83470c179fd697.tar.bz2
volse-hubzilla-810b1a5d6efda4b77cbba0558c83470c179fd697.zip
Merge pull request #329 from simonlnu/master
minor template update
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r--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 d2878d17d..6263eef51 100644
--- a/view/theme/dispy/wall_item.tpl
+++ b/view/theme/dispy/wall_item.tpl
@@ -1,3 +1,4 @@
+<a name="$item.id" />
<div class="wall-item-outside-wrapper$item.indent$item.previewing" id="wall-item-outside-wrapper-$item.id" >
<div class="wall-item-content-wrapper$item.indent" id="wall-item-content-wrapper-$item.id" >
<div class="wall-item-info" id="wall-item-info-$item.id">
@@ -82,7 +83,6 @@
<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>
+</div>