From f75cb25c86864b683e56b279d27f47f87be5d80c Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Sun, 11 Aug 2019 14:51:15 +0800 Subject: [PATCH] MDL-65604 repository: Kill off missing param errors The file picker template included an img with a src of "#". When the template was loaded into the modal, the browser fetches the img src, but it's immediately removed as that section is only used as an in-place template. The src tag does not need to be present. --- lib/templates/filemanager_modal_generallayout.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/filemanager_modal_generallayout.mustache b/lib/templates/filemanager_modal_generallayout.mustache index 7a16342e174..456f705b803 100644 --- a/lib/templates/filemanager_modal_generallayout.mustache +++ b/lib/templates/filemanager_modal_generallayout.mustache @@ -2,7 +2,7 @@ - \ No newline at end of file + -- 2.43.0