Remove autoescape from Soy templates
This is now the default and can be removed. Change-Id: I5e56d326b6ba233a51ce69146b9e4a05a8404711
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user