projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1a2175f
)
Revert "added a tip for the block tag"
author
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 25 Oct 2011 12:14:55 +0000 (14:14 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 25 Oct 2011 12:14:55 +0000 (14:14 +0200)
This reverts commit
1a2175fc4992b74a473845eab0972d464086398f
.
doc/functions/block.rst
patch
|
blob
|
history
diff --git
a/doc/functions/block.rst
b/doc/functions/block.rst
index
b7df6d8
..
fd571ef
100644
(file)
--- a/
doc/functions/block.rst
+++ b/
doc/functions/block.rst
@@
-12,10
+12,4
@@
times, use the ``block`` function:
{% block body %}{% endblock %}
-.. tip::
-
- Block names must only contain letters, numbers, and underscores (``_``).
- The internal regexp reads as follows:
- ``[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*``.
-
.. seealso:: :doc:`extends<../tags/extends>`, :doc:`parent<../functions/parent>`