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=en -~----------~----~----~----~------~----~------~--~---
