Merge pull request #3780 from ayush1095/master

Fixes 3755: escaping braces
master
Gautam krishna.R 2016-11-24 00:56:21 +05:30 committed by GitHub
commit c3f2ba2c1a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
"val": "Autoescaping is active within this block"
},
{
"key": "\\{% autoescape false %}...{% endautoescape %\\}",
"key": "\\{% autoescape false %\\}...\\{% endautoescape %\\}",
"val": "Autoescaping is inactive within this block"
}