From 9a638a4a33866b599e40b1322ac2bfb12f4049cc Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 29 Nov 2011 15:49:51 +0100 Subject: [PATCH] fixed markup in doc --- doc/intro.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index 18335e1..a0f49a0 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -72,6 +72,8 @@ runtime engine. You can install it like any other PHP extension: Finally, enable the extension in your ``php.ini`` configuration file: +.. code-block:: ini + extension=twig.so And from now on, Twig will automatically compiles your templates to take -- 1.7.2.5