From 7b525dd73dc446bf32cfd1bc4151beb6fa215ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 8 Jun 2019 15:34:35 +0200 Subject: [PATCH] MDL-65878 core_output: Move button not sticky to select field. --- lib/templates/single_select.mustache | 2 +- lib/templates/url_select.mustache | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/templates/single_select.mustache b/lib/templates/single_select.mustache index 071d38c2e28..288fa7e7bca 100644 --- a/lib/templates/single_select.mustache +++ b/lib/templates/single_select.mustache @@ -111,7 +111,7 @@ {{/options}} diff --git a/lib/templates/url_select.mustache b/lib/templates/url_select.mustache index e7d22937657..16fe626c0cf 100644 --- a/lib/templates/url_select.mustache +++ b/lib/templates/url_select.mustache @@ -64,11 +64,11 @@ {{/options}} {{#showbutton}} - + {{/showbutton}} {{^showbutton}} {{/showbutton}}