From 6f48494b08e01589109c1c793db46ba4632c8cb7 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 17 Aug 2016 15:59:30 +0200 Subject: [PATCH] Empty tags are not allowed for image and feColorMatrix in IE11 and below --- core/templates/layout.user.php | 8 ++++---- settings/js/apps.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index be5c769ab76..2c0d3f05297 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -114,8 +114,8 @@ class="active"> - - + + @@ -132,8 +132,8 @@ class="active"> - - + + diff --git a/settings/js/apps.js b/settings/js/apps.js index 2e2bf6830c7..89b446ed3b9 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -238,8 +238,8 @@ OC.Settings.Apps = OC.Settings.Apps || { if (appfromstore) { img += ''; } else { - img += ''; - img += ''; + img += ''; + img += ''; } return img; }, -- 2.39.5