JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: remove <!-- and --> from non-html files
authorJason Woofenden <jason@jasonwoof.com>
Tue, 19 Apr 2011 03:49:12 +0000 (23:49 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 19 Apr 2011 05:42:46 +0000 (01:42 -0400)
(template.php supports both <!--~foo {~--> and simply ~foo {~)

The former is great for html files (almost everywhere) because then the
template file is valid html. (Nice for finding html errors, and for syntax
hilighting.)

This patch switches to the short form for for non-html files.


No differences found