From 85cc34fd05ec73714b73cc3553f04e4960ccb42b Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 13 May 2012 12:14:08 +0200 Subject: [PATCH] fix another php notice --- apps/calendar/templates/share.dropdown.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/calendar/templates/share.dropdown.php b/apps/calendar/templates/share.dropdown.php index 356a8d4fab1..20d4c19bc19 100755 --- a/apps/calendar/templates/share.dropdown.php +++ b/apps/calendar/templates/share.dropdown.php @@ -72,6 +72,6 @@ echo OCP\html_select_options($allgroups, array());
- >
- -
+ >
+ + \ No newline at end of file -- 2.39.5