From 43a794a905430e0b906bd3e5da490c27f429e1ff Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 23 Mar 2017 13:11:27 +0100 Subject: bs4 fixes for events --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/widgets.php b/include/widgets.php index b95cbfc26..c88c03f7e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1567,7 +1567,7 @@ function widget_tasklist($arr) { '; $o .= '
' . '

' . t('Tasks') . '

'; - $o .= '
'; + $o .= '
'; $o .= ''; return $o; -- cgit v1.2.3