From 8551eb0179620d147aa8db3874246cd29352efb4 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Thu, 19 Jan 2017 18:05:31 +0100 Subject: [PATCH] Dev: removed comment about raw filter --- templates/default/views/layout.twig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/default/views/layout.twig b/templates/default/views/layout.twig index 8a08e8b0de4..7fe17d27d3c 100644 --- a/templates/default/views/layout.twig +++ b/templates/default/views/layout.twig @@ -47,9 +47,6 @@ To echo a variable, just do : {{ variable }} To translate a string, just do : {{ string | t }} - If a variable contains HTML {{ myHtml }} will display the HTML as text on screen (the tag can be read). - To unescape the HTML, and get it interpreted by the navigator, just do: {{ myHtml | raw }} - (¯`·._.·(¯`·._.· Twig Engine: advanced ·._.·´¯)·._.·´¯) @@ -142,5 +139,4 @@ -