This commit is contained in:
Friendika 2011-06-09 00:58:45 -07:00
parent 894dfde122
commit d371241e66
3 changed files with 6 additions and 2 deletions

View file

@ -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>';