summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/event/edit.form.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-06-16 09:45:17 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-06-16 09:45:17 +0200
commit31ec93bd00db6f5419496989eb68322c46fb4527 (patch)
treef3f5c471f2a34ef8364902f0b7467d684c83a48a /apps/calendar/ajax/event/edit.form.php
parentb6375e7a8c4dd8dd2d03bd1e66b9eb1810b15443 (diff)
downloadnextcloud-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.php2
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