Fix coding style

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-07-03 20:10:08 -04:00
parent f882cb2883
commit fc7ee2089b

View File

@ -93,13 +93,14 @@ class PMA_Navigation
/**
* Inserts Drag and Drop Import handler
*
* @param: void
* @return: html code for drop handler
* @return string html code for drop handler
*/
private function _getDropHandler()
{
$retval = '';
$retval .= '<div class="pma_drop_handler">' .__('Drop files here') .'</div>';
$retval .= '<div class="pma_drop_handler">'
. __('Drop files here')
. '</div>';
$retval .= '<div class="pma_sql_import_status">';
$retval .= '<h2>SQL upload ( ';
$retval .= '<span class="pma_import_count">0</span> ';