diff --git a/docs/en/designers/language-builtin-functions/language-function-block.xml b/docs/en/designers/language-builtin-functions/language-function-block.xml
index 52cfc01..18bece1 100644
--- a/docs/en/designers/language-builtin-functions/language-function-block.xml
+++ b/docs/en/designers/language-builtin-functions/language-function-block.xml
@@ -12,8 +12,8 @@
Optionally {block} areas of child and parent templates can be merged into each other. You can append or prepend the parent {block}
- content by using the append or prepend option flag with the childs {block} definition. With the {$smarty.block.parent} the {block} content
- of the parent template can be inserted at any location of the child {block} content. {$smarty.block.child} inserts the {block} content of
+ content by using the append or prepend option flag with the childs {block} definition. With the {$smarty.block.parent} the {block} content
+ of the parent template can be inserted at any location of the child {block} content. {$smarty.block.child} inserts the {block} content of
the child template at any location of the parent {block}.
{blocks}'s can be nested.
@@ -49,7 +49,7 @@
-
+
Option Flags (in child templates only):
@@ -65,15 +65,15 @@
append
The {block} content will be be appended to the content of the parent template {block}
-
+
prepend
The {block} content will be prepended to the content of the parent template {block}
-
+
hide
Ignore the block content if no child block of same name is existing.
-
+
nocache
Disables caching of the {block} content
@@ -81,7 +81,7 @@
-
+
Simple {block} example
@@ -99,7 +99,7 @@
child.tpl