diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-06-16 09:45:17 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-06-16 09:45:17 +0200 |
commit | 31ec93bd00db6f5419496989eb68322c46fb4527 (patch) | |
tree | f3f5c471f2a34ef8364902f0b7467d684c83a48a /apps/calendar/ajax/event/edit.form.php | |
parent | b6375e7a8c4dd8dd2d03bd1e66b9eb1810b15443 (diff) | |
download | nextcloud-server-31ec93bd00db6f5419496989eb68322c46fb4527.tar.gz nextcloud-server-31ec93bd00db6f5419496989eb68322c46fb4527.zip |
remove a lot of closing php tags and empty lines at a file's end in calendar app
Diffstat (limited to 'apps/calendar/ajax/event/edit.form.php')
-rw-r--r-- | apps/calendar/ajax/event/edit.form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/ajax/event/edit.form.php b/apps/calendar/ajax/event/edit.form.php index dbb78edb798..6e5709a18db 100644 --- a/apps/calendar/ajax/event/edit.form.php +++ b/apps/calendar/ajax/event/edit.form.php @@ -261,4 +261,4 @@ if($repeat['repeat'] != 'doesnotrepeat'){ $tmpl->assign('repeat_date', ''); $tmpl->assign('repeat_year', 'bydate'); } -$tmpl->printpage(); +$tmpl->printpage();
\ No newline at end of file |