From 2444e8cdf125164e354b2158c90169c99d0e7905 Mon Sep 17 00:00:00 2001 From: Jimako Date: Sat, 2 May 2020 14:11:52 +0200 Subject: [PATCH] #2898 fix for btn-default in user update information button bootstrap4 support --- e107_core/shortcodes/batch/user_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index dbedbfe0b..5dc1a8fcb 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -530,7 +530,7 @@ class user_shortcodes extends e_shortcode return null; } - return "".$label.""; + return "".$label.""; } @@ -1015,4 +1015,4 @@ class user_shortcodes extends e_shortcode return $this->var['user_customtitle']; } -} \ No newline at end of file +}