mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 22:47:21 +00:00
[Doc] Fix javascript code-block
Fix code-block syntax (double space)
This commit is contained in:
+1
-1
@@ -516,7 +516,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(']}');
|
||||
|
||||
Reference in New Issue
Block a user