Merge pull request #863 from ibennetch/tracking
Fix spacing issue with tracking view
This commit is contained in:
commit
c0f746c1b2
@ -232,7 +232,8 @@ function PMA_getHtmlForTableVersionDetails($sql_result, $last_version, $url_para
|
||||
)
|
||||
);
|
||||
$html .= '">' . __('Tracking report') . '</a>';
|
||||
$html .= '| <a href="tbl_tracking.php';
|
||||
$html .= ' | ';
|
||||
$html .= '<a href="tbl_tracking.php';
|
||||
$html .= PMA_URL_getCommon(
|
||||
$url_params + array(
|
||||
'snapshot' => 'true', 'version' => $version['version']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user