Merge pull request #863 from ibennetch/tracking

Fix spacing issue with tracking view
This commit is contained in:
Marc Delisle 2014-01-17 12:52:34 -08:00
commit c0f746c1b2

View File

@ -232,7 +232,8 @@ function PMA_getHtmlForTableVersionDetails($sql_result, $last_version, $url_para
)
);
$html .= '">' . __('Tracking report') . '</a>';
$html .= '| <a href="tbl_tracking.php';
$html .= '&nbsp;|&nbsp;';
$html .= '<a href="tbl_tracking.php';
$html .= PMA_URL_getCommon(
$url_params + array(
'snapshot' => 'true', 'version' => $version['version']