From 795e33881cdfbfce1d36d21275a28067dbd50fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Fri, 29 Sep 2017 19:10:03 -0300 Subject: [PATCH] This fix the follow things: * The default screen on missing configuration file and syntax error. * Tests --- modules/default/helloworld/helloworld.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/default/helloworld/helloworld.html b/modules/default/helloworld/helloworld.html index 40c4f499..669dbf36 100644 --- a/modules/default/helloworld/helloworld.html +++ b/modules/default/helloworld/helloworld.html @@ -1,2 +1,5 @@ -
HelloWorld module says:
-
{{text}}
\ No newline at end of file + +
{{text | striptags(true)}}