Skip to content

Commit

Permalink
missing div clossing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed Aug 17, 2012
1 parent 587f51b commit 15162ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/structure.lib.php
Expand Up @@ -1828,7 +1828,7 @@ function PMA_getHtmlDivsForStructureActionsDropdown($class, $isActionEnabled,
) {
$common_functions = PMA_CommonFunctions::getInstance();

$html_output = '<div class="' . $class . '"';
$html_output = '<div class="' . $class . '">';
if (!empty ($isActionEnabled)) {
if ($isActionEnabled) {
$html_output .= '<a href="sql.php?' . $url_query
Expand Down

0 comments on commit 15162ed

Please sign in to comment.