From 93726af00576b1032c6f5eaa760599f661eb4dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 6 Dec 2017 21:10:37 -0200 Subject: [PATCH] Fix broken link in toggle button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- templates/toggle_button.twig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/toggle_button.twig b/templates/toggle_button.twig index 9e0a56a4e11b..2a7cc1ef751c 100644 --- a/templates/toggle_button.twig +++ b/templates/toggle_button.twig @@ -1,4 +1,3 @@ -
@@ -7,12 +6,12 @@ - {{ link_on }} + {{ link_on|raw }}
{{ toggle_on }}
 
- {{ link_off }} + {{ link_off|raw }}
{{ toggle_off }}
@@ -23,4 +22,3 @@
-