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)
commitece89d7b32c6eb58bf3704ea360b9b292c551c7f
tree1b3ba2de6de6a052c77406b5b61588b4b7d63d6c
parent23c5e0913ba24aa1c689dc75577de581661858e6
parse_template deleted "<!--" and "0" sections

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~
template.php