It used to be just <br />'s now it has everything surrounded by <p>'s and a <br/> added to the end of each entry.
My first post included: 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 /> 3.3 is doing the same as 3.2.11 which is causing extra space between each entry. it happens for every search output. On Mon, Nov 16, 2009 at 10:56 AM, The Editor <[email protected]> wrote: > As for the line spacing, can you give me a simple search and template > doing this. The default search template on my site seems to generate > nice <br /> at the end of each line and no <p> tags. If I can > reproduce the problem, I should be able to track the issue down easily > enough. > > Cheers, > Dan > > -- 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=.
