From bad7316b80db1baf27d0de52c0fc21ddca9e55df Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 1 Oct 2017 13:22:29 +0200 Subject: [PATCH] Allow html tags in text string. --- modules/default/helloworld/helloworld.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/default/helloworld/helloworld.html b/modules/default/helloworld/helloworld.html index 5672a7d7..005ca28e 100644 --- a/modules/default/helloworld/helloworld.html +++ b/modules/default/helloworld/helloworld.html @@ -1,5 +1,5 @@ -
{{text | striptags(true)}}
+
{{text | safe}}