From d318b7a8fca316df81108def7da17581d170c620 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 17 Jun 2019 11:49:01 -0700 Subject: [PATCH] Issue #2970 Blog Calendar Menu fix for Bootstrap 4 --- e107_plugins/blogcalendar_menu/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/blogcalendar_menu/calendar.php b/e107_plugins/blogcalendar_menu/calendar.php index fc3f2f526..13d0c0f61 100644 --- a/e107_plugins/blogcalendar_menu/calendar.php +++ b/e107_plugins/blogcalendar_menu/calendar.php @@ -141,7 +141,7 @@ function calendar($req_day, $req_month, $req_year, $links = NULL, $ws = "sunday" if(deftrue('BOOTSTRAP')) { $active = date("n-Y") == ($req_month."-".$req_year) ? 'active' : ''; - $text = "
"; + $text = "";