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 @@ -