From 870097596d416d49f93a86cc9db2451ddbeaffbb Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 28 Jun 2015 16:54:10 +0200 Subject: [PATCH] Changed to HTML5's | Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | [2.3] | Fixed tickets | [] --- book/templating.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/templating.rst b/book/templating.rst index 62500e250bb..5264ec95b7f 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -201,7 +201,7 @@ First, build a base layout file: - + {% block title %}Test Application{% endblock %} @@ -226,7 +226,7 @@ First, build a base layout file: - + <?php $view['slots']->output('title', 'Test Application') ?> @@ -311,7 +311,7 @@ output might look like this: - + My cool blog posts