From 63ff4f27daa94591c27baeb6f059e46983ad63f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Massart?= Date: Mon, 3 Oct 2016 11:30:43 +0200 Subject: [PATCH] MDL-56214 theme_boost: Autocomplete element options can contain HTML --- theme/boost/templates/core_form/element-autocomplete.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/boost/templates/core_form/element-autocomplete.mustache b/theme/boost/templates/core_form/element-autocomplete.mustache index 99e90b76429..b8be23aee30 100644 --- a/theme/boost/templates/core_form/element-autocomplete.mustache +++ b/theme/boost/templates/core_form/element-autocomplete.mustache @@ -9,13 +9,13 @@ {{/error}} {{{element.attributes}}} > {{#element.options}} - + {{/element.options}} {{/element.frozen}} {{#element.frozen}} {{#element.options}} - {{#selected}}{{text}}{{/selected}} + {{#selected}}{{{text}}}{{/selected}} {{/element.options}} {{/element.frozen}} {{/element}}