1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes
Mario Lang a7ca52dee0 Run tag name through escape filter to avoid invalid HTML
If a tag contains characters like <> or &, we currently generate invalid HTML.
This is easily fixed by sending the tag through the jinja escape filter.

(This bug is not theoretical, I hit it when using C++ template names for tags,
 like "boost::variant<>".)
2014-02-18 15:01:31 +01:00
..
notmyidea Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
simple/templates multiple authors implemented 2014-02-14 03:21:06 +01:00