Merge pull request #1680 from Tithugues/htmlIssue_qa44

Fix HTML issue.
This commit is contained in:
Marc Delisle 2015-05-18 07:55:50 -04:00
commit a5ecef4d08

View File

@ -2521,7 +2521,7 @@ function PMA_getUserLink(
$html .= PMA_Util::getIcon('b_tblexport.png', __('Export'));
break;
}
$html . '</a>';
$html .= '</a>';
return $html;
}