jot and location style fixes
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user