diff options
author | marijus <mario@mariovavti.com> | 2014-04-06 21:14:24 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-06 21:14:24 +0200 |
commit | f7cb4e0ef0b6d40427858810404ad9caedb27ae3 (patch) | |
tree | c66a30ffd38723e957ef29b4f1833f26c6a986a9 /include/conversation.php | |
parent | 2a13a9b20aad16e1f16a58d68fdba4ff0e306008 (diff) | |
download | volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.tar.gz volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.tar.bz2 volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.zip |
jot and location style fixes
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
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 .= ' <span class="smalltext">(' . $coord . ')</span>'; else $location = '<span class="smalltext">' . $coord . '</span>'; } |