Re: [PETAL ERROR] cannot tokenize: <dpchrist-xyI/[email protected]>
Bruno Postle <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
On Sun 11-Dec-2005 at 11:20 -0800, David Christensen wrote: > > It looks like Petal is crashing on <dpchrist-xyI/[email protected]> > inside the comment block of the template. I thought everything > inside a comment block is supposed to be ignored (?). Petal processes stuff inside html comment blocks and outputs the result, presumably this is so you can template your comments. If you want to create comments that are ignored completely by Petal then you need to use this syntax (note the extra question-mark): <!--? petal ignores me --> -- Bruno