diff options
author | friendica <info@friendica.com> | 2013-02-04 17:46:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-04 17:46:04 -0800 |
commit | da388f4bc5bd3a1aaea3c54b94fe1f8e4cf10561 (patch) | |
tree | fe259a2abd9d7e07ecdbc64af822e69f817de7f5 /view | |
parent | ff0a73bf40d0503eb5a4d48be60666b73c47d4f9 (diff) | |
download | volse-hubzilla-da388f4bc5bd3a1aaea3c54b94fe1f8e4cf10561.tar.gz volse-hubzilla-da388f4bc5bd3a1aaea3c54b94fe1f8e4cf10561.tar.bz2 volse-hubzilla-da388f4bc5bd3a1aaea3c54b94fe1f8e4cf10561.zip |
fix new/search mod on network page, fix the parent queries on network and channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/search_item.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index db72eee6a..23a0150c5 100644 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -1,3 +1,4 @@ +<div id="thread-wrapper-$item.id" class="thread-wrapper $item.toplevel"> <a name="$item.id" ></a> <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" > @@ -58,5 +59,5 @@ <div class="wall-item-outside-wrapper-end $item.indent" ></div> </div> - +</div> |