Since geshi escapes stuff HTMLtokenizer won't realize it shouldn't add <p>s and <br>s since <div class="geshicode"> isn't treated as a block element. Changing GESHI_HEADER_HTML into GESHI_HEADER_PRE will solve this. However that might break some users css. Ideas?
On 13 Apr, 15:22, "[email protected]" <[email protected]> wrote: > Problems been fixed somewhat after the latest commit, #945. Now the > nasty "" chars are gonne. But it's still adding extra <br> and <p> > tags. > > On 12 Apr, 23:46, "[email protected]" <[email protected]> wrote: > > >http://screencast.com/t/myTOwmIf > > > the content: > > > <div class="highlight html"> > > <![CDATA[ > > <dl> > > <dt>Lorem</dt> > > <dd>ipsum dolor sit amet</dd> > > <dt>Lorem:</dt> > > <dd>Lorem ipsum dolor sit amet, consectetur adipisicing elit, > > sed do eiusmod tempor incididunt.</dd> > > <dt>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed > > do eiusmod tempor incididunt ut. </dt> > > <dd>Test case</dd> > > <dt>Excepteur sint occaecat cupidatat non proident, sunt in culpa > > qui officia deserunt.</dt> > > <dd>Lorem ipsum dolor sit amet, consectetur adipisicing elit, > > sed do eiusmod tempor incididunt.</dd> > > </dl> > > ]]> > > > Using latest trunk along with the latest version of > > highlighter,http://trac.habariproject.org/habari-extras/browser/plugins/highlight.... > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
