diff options
Diffstat (limited to 'doxygen/siphon/process.py')
-rw-r--r-- | doxygen/siphon/process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/siphon/process.py b/doxygen/siphon/process.py index 57e323e48ac..ce70be5b399 100644 --- a/doxygen/siphon/process.py +++ b/doxygen/siphon/process.py @@ -82,6 +82,7 @@ class Siphon(object): self._tplenv = jinja2.Environment( loader=loader, trim_blocks=True, + autoescape=True, keep_trailing_newline=True) # Convenience, get a reference to the internal escape and |