From 392d8414b95a4d85bea68c4e37cbe44abcdd6ee7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 19 Nov 2013 12:39:26 +0100 Subject: [PATCH] CAL: one closing div to much --- cal/cal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cal/cal.php b/cal/cal.php index 8841be43..858e5a54 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -185,7 +185,7 @@ function cal_addon_settings ( &$a, &$s ) $s .= ''; $s .= '
'; $s .= '
'; - $s .= '
'; + $s .= '
'; }