aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/templates
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/templates')
-rw-r--r--apps/dav/templates/schedule-response-error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/templates/schedule-response-error.php b/apps/dav/templates/schedule-response-error.php
index c65875f3b0b..010ea2ed6cb 100644
--- a/apps/dav/templates/schedule-response-error.php
+++ b/apps/dav/templates/schedule-response-error.php
@@ -1,7 +1,7 @@
<div class="update">
<p class="message"><?php p($l->t('There was an error updating your attendance status.'));?></p>
<p class="message"><?php p($l->t('Please contact the organizer directly.'));?></p>
- <?php if(isset($_['organizer'])): ?>
+ <?php if (isset($_['organizer'])): ?>
<p class="message"><a href="<?php p($_['organizer']) ?>"><?php p(substr($_['organizer'], 7)) ?></a></p>
<?php endif; ?>
</div>