[ZPT] Editing templates not affecting templates thats use macros from it

R. David Murray bitz@bitdance.com
Fri, 23 Aug 2002 17:56:21 -0400 (EDT)


On Thu, 22 Aug 2002, Casey Duncan wrote:
> The parser sees the <div> following the <p> as an implicit close for the
> paragraph (since closing tags are optional at the paragraph level and <div>
> is block level) resulting in it being interpreted as:
>
> <p></p><div></div></p>
>
> And it of course complains that the 2nd </p> at the end has no matching start
> tag.

Any chance of smartening up the parser just a tad so that it can
add (as appropriate) "one or more paragraph level tags were implicitly
closed, this error may be due to a block tag being incorrectly
nested inside a paragraph level tag"?

--RDM