The extra <br />'s are still in 3.3 as well. I took a quick gander looking to see if I could see where it is being added, but didn't see anything that stood out.
I also did a compare between a version that doesn't do this and one that does, but the change appears to have been done outside of the search routines themselves. ie I didn't spot anything. On Wed, Nov 4, 2009 at 7:45 AM, Kevin <[email protected]> wrote: > Noticed that when I use Search, it now displays previous search info before > I enter anything. This is especially weird after using index and then > clicking on search, when I get to the search form, it displays a bunch of > indexing information. > > Spacing seems to be influenced as well since it uses <p> ... </p> between > each entry and a <br /> as well. So there are large gaps between each > entry. It used to only use <br /> > > In 3.2.9 output looked like: > > <a href="http://www.somesite.com/login" >login</a> > <a href=" > http://www.somesite.com/login/donna" >donna</a><br /> > <a href="http://www.somesite.com/login" >login</a> > <a href=" > http://www.somesite.com/login/greg" >greg</a><br /> > > Now in 3.2.11 it looks like: > > <p><a href="http://www.somesite.com/login" >login</a> > <a href=" > http://www.somesite.com/login/donna" >donna</a></p> > <br /> > <p><a href="http://www.somesite.com/login" >login</a> > <a href=" > http://www.somesite.com/login/greg" >greg</a></p> > <br /> > > I seem to loose the bottom zone as well, so that I end up with a normal > looking page, but no bottom section. This might be something to do with my > configuration though. > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=.
