Ah, my mistake. The problem is not <p> </p> being inserted, but rather that </p> endings are being inserted here and there without ryhme nor reason. I was looking at firebugs understanding of the code.
That makes the problem much harder... I think I will run the output through tidy and be done with it. Hmmm... is there a post makepage hook I could use to make a plugin that always runs the output through tidy? Doesn't look like it. OH well, simple to hack. On Jul 22, 11:34 am, DrunkenMonk <[email protected]> wrote: > I'm getting wierd > <p> </p> > inserted after title code when I have a list directly after. Is this a > bug? Are they going away? > > !!! TITLE! > * list > * with a few points > > generates > <h3> TITLE! > <p> </p> > <ul> > <li>list</li> > <li>with a few points</li> > </ul> > > Cool background: > I pulled a latest release from the website to throw together a site > for a ... thing, figuring I'd pull a template css from a template site > and just rename a few divs to match, then activate my dblogin plugin > so that it uses the same users as my main site. > It worked really well, except the template was dependant on line > breaks and paragraphs working consistently. Boltwire doesn't quite > manage to fit into what the template expects but apart from that, it > was pretty painless and cool. -- 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.
