fixed doc
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Mon, 14 Dec 2009 15:31:17 +0000 (15:31 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Mon, 14 Dec 2009 15:31:17 +0000 (15:31 +0000)
git-svn-id: http://svn.twig-project.org/trunk@181 93ef8e89-cb99-4229-a87c-7fa0fa45744b

doc/04-Extending-Twig.markdown

index 5c91c28..7bc1ee6 100644 (file)
@@ -90,6 +90,7 @@ A filter is defined as a sub-class of the `Twig_Filter` class. The
 `Twig_Filter_Function` class can be used to define a filter implemented as a
 function:
 
+    [php]
     $filter = new Twig_Filter_Function('str_rot13');
 
 The first argument is the name of the function to call, here `str_rot13`, a