Merge pull request #955 from WhaleWatching/fix_blub_position

Fix bug
This commit is contained in:
Marc Delisle 2014-02-21 06:21:24 -05:00
commit 8cd90c8875

View File

@ -951,7 +951,6 @@ class PMA_NavigationTree
$retval .= htmlspecialchars($node->real_name);
$retval .= "</a>";
}
$retval .= '<div class="clearfloat"></div>';
} else {
$retval .= "{$node->name}";
}
@ -959,6 +958,7 @@ class PMA_NavigationTree
$retval .= "</i>";
}
$retval .= $node->getHtmlForControlButtons();
$retval .= '<div class="clearfloat"></div>';
$wrap = true;
} else {
$node->visible = true;