Link is too near the rest of the text

This commit is contained in:
Marc Delisle
2011-02-16 12:40:02 -05:00
parent e6a6883798
commit 3e3f5f64fb

View File

@@ -115,10 +115,10 @@ if ($GLOBALS['cfg']['PropertiesIconic']) {
. '" />'; . '" />';
if ('both' === $GLOBALS['cfg']['PropertiesIconic']) { if ('both' === $GLOBALS['cfg']['PropertiesIconic']) {
$titles['Change'] .= __('Change'); $titles['Change'] .= __('Change') . ' ';
} }
} else { } else {
$titles['Change'] = __('Change'); $titles['Change'] = __('Change') . ' ';
} }
$url_query = PMA_generate_common_url($db, $table); $url_query = PMA_generate_common_url($db, $table);