Re: blockquote and p
will guaraldi <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.devel |
|---|---|
| Message-ID | <[email protected]> |
I did a grep through the PyBlosxom source and I didn't see "blockquote" anywhere. Where did you find instances of "blockquote"? /will On Fri, 9 Jun 2006, martin f krafft wrote: > Hi, > > XHTML requires text inside a blockquote to be further enclosed by > a paragraph > > So instead of <blockquote>...</blockquote> > you now need <blockquote><p>...</p></blockquote> > > Since this is backwards-compatible, please apply it to the pyblosxom > source. > > Thanks,