aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php
index 9d9717a78..6962a2f1b 100644
--- a/include/event.php
+++ b/include/event.php
@@ -34,7 +34,7 @@ function format_event_html($ev,$pre = '') {
. '</abbr></p>';
if(strlen($ev['location']))
- $o .= '<p class="event-location"> ' . t('Location:') . '<span class="location">'
+ $o .= '<p class="event-location"> ' . t('Location:') . ' <span class="location">'
. bbcode($ev['location'])
. '</span></p>';