mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
events
This commit is contained in:
parent
894dfde122
commit
d371241e66
3 changed files with 6 additions and 2 deletions
|
@ -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>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue