aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-09 00:58:45 -0700
committerFriendika <info@friendika.com>2011-06-09 00:58:45 -0700
commitd371241e66c4a68ef45415ac7c4ffe5283b3bff0 (patch)
tree37e01ab1a126649be7c4a61bdb94fb3a2a209ecc /include/event.php
parent894dfde122639cbcb90e4a07143fbe2f1d5c124a (diff)
downloadvolse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.tar.gz
volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.tar.bz2
volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.zip
events
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>';