aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-06 21:14:24 +0200
committermarijus <mario@mariovavti.com>2014-04-06 21:14:24 +0200
commitf7cb4e0ef0b6d40427858810404ad9caedb27ae3 (patch)
treec66a30ffd38723e957ef29b4f1833f26c6a986a9 /include
parent2a13a9b20aad16e1f16a58d68fdba4ff0e306008 (diff)
downloadvolse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.tar.gz
volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.tar.bz2
volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.zip
jot and location style fixes
Diffstat (limited to 'include')
-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>';
}