From 59f9cd36942e1a90904822818cb1f14ae61a48a2 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Thu, 3 Dec 2020 13:28:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20the=20filter=20icon=20on?= =?UTF-8?q?=20Data=20model=20page=20(#168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the filter icon on Data model page --- pages/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/schema.php b/pages/schema.php index d2c47c705..7d9a35631 100644 --- a/pages/schema.php +++ b/pages/schema.php @@ -930,7 +930,7 @@ function DisplayClassDetails($oPage, $sClass, $sContext) $sAllowedValuesEscpd = utils::HtmlEntities($sAllowedValues); $sFilterURL = urlencode($sAllowedValues); - $sAllowedValues = ''.Dict::S('UI:Schema:Attribute/Filter').""; + $sAllowedValues = ' '.Dict::S('UI:Schema:Attribute/Filter').""; } else {