diff options
author | friendica <info@friendica.com> | 2012-06-04 04:28:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-04 04:28:20 -0700 |
commit | fe1dc1bf98bf9af0704e063c1729bd2d51a5424b (patch) | |
tree | 428c45778c8c9fdaced05fe82cc4c5bd284a8b9f /view/wall_item.tpl | |
parent | 9f4b89726176f9596cf3330a68cfab8cab5ab361 (diff) | |
download | volse-hubzilla-fe1dc1bf98bf9af0704e063c1729bd2d51a5424b.tar.gz volse-hubzilla-fe1dc1bf98bf9af0704e063c1729bd2d51a5424b.tar.bz2 volse-hubzilla-fe1dc1bf98bf9af0704e063c1729bd2d51a5424b.zip |
named anchors on display page
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 9d1dd7d70..a3a79598e 100644 --- a/view/wall_item.tpl +++ b/view/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"> |