Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-03-26 09:51:05 +01:00
commit a8ea652a80

View File

@ -2007,7 +2007,7 @@ function PMA_getHtmlForActionsInTableStructure($type, $tbl_storage_engine,
);
}
$html_output .= PMA_getHtmlForDistinctValueAction($url_query, $row, $titles);
$html_output .= '</ul></td>';
$html_output .= '<div class="clearfloat"></div></ul></td>';
return $html_output;
}