From d371241e66c4a68ef45415ac7c4ffe5283b3bff0 Mon Sep 17 00:00:00 2001
From: Friendika
Date: Thu, 9 Jun 2011 00:58:45 -0700
Subject: events
---
include/event.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'include/event.php')
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 = '') {
. '
';
if(strlen($ev['location']))
- $o .= ' ' . t('Location:') . ''
+ $o .= ' ' . t('Location:') . ' '
. bbcode($ev['location'])
. '
';
--
cgit v1.2.3