Fixed rendering of foreign key browsing
Fixes #12985 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
287e384cf2
commit
8f611f05cf
@ -66,6 +66,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #12981 Improved rendering of new version information
|
||||
- issue #12922 Fixed bookmarks ordering
|
||||
- issue #12964 Fixed table search in navigation
|
||||
- issue #12985 Fixed rendering of foreign key browsing
|
||||
|
||||
4.6.6 (2017-01-23)
|
||||
- issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'
|
||||
|
||||
@ -60,7 +60,7 @@ function PMA_getHtmlForOneKey($horizontal_count, $header, $keys,
|
||||
$leftKeynameIsSelected = $leftKeyname == $current_value;
|
||||
}
|
||||
|
||||
$output .= '<tr class="noclick ' . '>';
|
||||
$output .= '<tr class="noclick">';
|
||||
|
||||
$output .= PMA_getHtmlForColumnElement(
|
||||
'class="nowrap"', $leftKeynameIsSelected,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user