Remove autoescape from Soy templates

This is now the default and can be removed.

Change-Id: I5e56d326b6ba233a51ce69146b9e4a05a8404711
This commit is contained in:
Patrick Hiesel
2017-10-02 11:20:02 +01:00
parent 7963d72c76
commit da5a8ed16b
33 changed files with 42 additions and 42 deletions

View File

@@ -21,7 +21,7 @@
* @param staticResourcePath
* @param? versionInfo
*/
{template .Index autoescape="strict" kind="html"}
{template .Index kind="html"}
<!DOCTYPE html>{\n}
<html lang="en">{\n}
<meta charset="utf-8">{\n}