diff options
author | marijus <mario@localhost.localdomain> | 2013-12-11 20:02:17 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-11 20:02:17 +0100 |
commit | 88761ec9ecf46dd3a3468fbff8a83651480c2a22 (patch) | |
tree | 554aee02f3a7bf92ed43a0138eaddf246d8ef659 /view/tpl/search_item.tpl | |
parent | 1add7d381d67708fe4b85fee3a7022e361f704ce (diff) | |
download | volse-hubzilla-88761ec9ecf46dd3a3468fbff8a83651480c2a22.tar.gz volse-hubzilla-88761ec9ecf46dd3a3468fbff8a83651480c2a22.tar.bz2 volse-hubzilla-88761ec9ecf46dd3a3468fbff8a83651480c2a22.zip |
we dont use doubble tagging in /network and /channel anymore... remove it from /search as well
Diffstat (limited to 'view/tpl/search_item.tpl')
-rwxr-xr-x | view/tpl/search_item.tpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 3018fc747..c5acfa4a4 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -29,13 +29,7 @@ <div class="wall-item-content" id="wall-item-content-{{$item.id}}" > <div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div> <div class="wall-item-title-end"></div> - <div class="wall-item-body" id="wall-item-body-{{$item.id}}" >{{$item.body}} - <div class="body-tag"> - {{foreach $item.tags as $tag}} - <span class='tag'>{{$tag}}</span> - {{/foreach}} - </div> - </div> + <div class="wall-item-body" id="wall-item-body-{{$item.id}}" >{{$item.body}}</div> </div> <div class="wall-item-tools" id="wall-item-tools-{{$item.id}}"> <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" > |