Fix for #748. Turn on autoescape for S3 templates. (#779)

This commit is contained in:
Tom V 2016-12-03 23:13:24 +00:00 committed by Steve Pulec
commit c54985a39f
4 changed files with 15 additions and 0 deletions

View file

@ -42,3 +42,4 @@ Moto is written by Steve Pulec with contributions from:
* [Pior Bastida](https://github.com/pior)
* [Dustin J. Mitchell](https://github.com/djmitche)
* [Jean-Baptiste Barth](https://github.com/jbbarth)
* [Tom Viner](https://github.com/tomviner)