aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-06 16:18:57 -0700
committerfriendica <info@friendica.com>2014-04-06 16:18:57 -0700
commitb880982b614dc1397f2bbf1059dff0c04efe3c51 (patch)
tree31befc2d562c38debd41b800848441ba8122adc0 /include/conversation.php
parent50c608482a3baddd56a60f082de68fe4a6e33213 (diff)
parentf7cb4e0ef0b6d40427858810404ad9caedb27ae3 (diff)
downloadvolse-hubzilla-b880982b614dc1397f2bbf1059dff0c04efe3c51.tar.gz
volse-hubzilla-b880982b614dc1397f2bbf1059dff0c04efe3c51.tar.bz2
volse-hubzilla-b880982b614dc1397f2bbf1059dff0c04efe3c51.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<br /><span class="smalltext">(' . $coord . ')</span>';
+ $location .= '&nbsp;<span class="smalltext">(' . $coord . ')</span>';
else
$location = '<span class="smalltext">' . $coord . '</span>';
}