From f7cb4e0ef0b6d40427858810404ad9caedb27ae3 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 6 Apr 2014 21:14:24 +0200 Subject: jot and location style fixes --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/conversation.php b/include/conversation.php index 149da3ac7..df3f5f03c 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1296,7 +1296,7 @@ function render_location_default($item) { if($coord) { if($location) - $location .= '
(' . $coord . ')'; + $location .= ' (' . $coord . ')'; else $location = '' . $coord . ''; } -- cgit v1.2.3