Fixed rendering of foreign key browsing

Fixes #12985

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-02-13 13:50:41 +01:00
parent 287e384cf2
commit 8f611f05cf
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -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,