JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
parse_template deleted "<!--" and "0" sections
authorJason Woofenden <jason@jasonwoof.com>
Sun, 8 Nov 2009 19:29:37 +0000 (14:29 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 8 Nov 2009 19:40:23 +0000 (14:40 -0500)
parse_template used to delete "<!--" or "0" when they occured in a place where
they were the entirity of a static string piece. Examples:

~a~0~b~

Template to output a template:

~a~<!--~~b~~-->~c~


No differences found