projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
28256f5
)
Fixed typo (escaping strategy).
author
Ahmed Siouani
<ahmed.siouani@gmail.com>
Tue, 29 Apr 2014 15:56:23 +0000 (17:56 +0200)
committer
Ahmed Siouani
<ahmed.siouani@gmail.com>
Tue, 29 Apr 2014 15:56:23 +0000 (17:56 +0200)
doc/internals.rst
patch
|
blob
|
history
diff --git
a/doc/internals.rst
b/doc/internals.rst
index
16f425a
..
a68796b
100644
(file)
--- a/
doc/internals.rst
+++ b/
doc/internals.rst
@@
-124,7
+124,7
@@
using)::
{
// line 1
echo "Hello ";
- echo twig_escape_filter($this->env, $this->getContext($context, "name"), "ndex", null, true);
+ echo twig_escape_filter($this->env, $this->getContext($context, "name"), "html", null, true);
}
// some more code