projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e8692
)
Add another line break.
author
Jan Schneider
<jan@horde.org>
Thu, 30 Dec 2010 10:41:48 +0000
(11:41 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 30 Dec 2010 10:41:48 +0000
(11:41 +0100)
kronolith/templates/itip/notification.plain.php
patch
|
blob
|
history
diff --git
a/kronolith/templates/itip/notification.plain.php
b/kronolith/templates/itip/notification.plain.php
index
402f864
..
fd3a75d
100644
(file)
--- a/
kronolith/templates/itip/notification.plain.php
+++ b/
kronolith/templates/itip/notification.plain.php
@@
-1,5
+1,6
@@
<?php echo $this->subject ?> (<?php printf(_("on %s at %s"), $this->event->start->strftime('%x'), $this->event->start->strftime('%X')) ?>)
+
<?php if (strlen($this->event->location)): ?>
<?php echo _("Location:") ?> <?php echo $this->event->location ?>