From 1084a0afe4f2aa37003867edbda1bb71cb68cf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Wed, 16 Jan 2019 17:05:36 +0100 Subject: [PATCH] MDL-64606 templates: Show & instead of & in url-select. --- lib/templates/url_select.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/url_select.mustache b/lib/templates/url_select.mustache index 7960b336dfe..2015076778e 100644 --- a/lib/templates/url_select.mustache +++ b/lib/templates/url_select.mustache @@ -51,12 +51,12 @@ {{#isgroup}} {{#options}} - + {{/options}} {{/isgroup}} {{^isgroup}} - + {{/isgroup}} {{/options}}