jot and location style fixes

This commit is contained in:
marijus
2014-04-06 21:14:24 +02:00
parent 2a13a9b20a
commit f7cb4e0ef0
4 changed files with 4 additions and 13 deletions

View File

@@ -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>';
}