Fix codeblock

This commit is contained in:
aaa2000
2017-03-10 17:28:16 +01:00
committed by Fabien Potencier
parent 4b2e9ef2a7
commit adba4c2a2b
+2 -2
View File
@@ -551,7 +551,7 @@ include in your templates:
``interpolateProvider`` service, for instance at the module initialization
time:
..code-block:: javascript
.. code-block:: javascript
angular.module('myApp', []).config(function($interpolateProvider) {
$interpolateProvider.startSymbol('{[').endSymbol(']}');
@@ -559,7 +559,7 @@ include in your templates:
* For Twig, change the delimiters via the ``tag_variable`` Lexer option:
..code-block:: php
.. code-block:: php
$env->setLexer(new Twig_Lexer($env, array(
'tag_variable' => array('{[', ']}'),