diff options
author | Friendika <info@friendika.com> | 2010-11-08 18:36:08 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 18:36:08 -0800 |
commit | 57fe19da72be37104915676b8003326d8e440343 (patch) | |
tree | c30af58c4269a2a3e6f3a50d9dfbd96c59a6b407 /view | |
parent | 45149271285ea3515c3c1a7ea189609969c76748 (diff) | |
download | volse-hubzilla-57fe19da72be37104915676b8003326d8e440343.tar.gz volse-hubzilla-57fe19da72be37104915676b8003326d8e440343.tar.bz2 volse-hubzilla-57fe19da72be37104915676b8003326d8e440343.zip |
minor positioning adjustment on search items
Diffstat (limited to 'view')
-rw-r--r-- | view/search_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/search_item.tpl b/view/search_item.tpl index 6004ed5a1..5cd230cfa 100644 --- a/view/search_item.tpl +++ b/view/search_item.tpl @@ -6,6 +6,7 @@ </div> <div class="wall-item-wrapper" id="wall-item-wrapper-$id" > + $lock <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div> <div class="wall-item-location" id="wall-item-location-$id">$location</div> |