FIX phpcs

This commit is contained in:
Regis Houssin 2019-08-13 07:46:03 +02:00
parent 056f51bfc5
commit 34579dd4db

View File

@ -185,7 +185,7 @@ function dolKeepOnlyPhpCode($str)
* @return void
* @see dolWebsiteReplacementOfLinks() for function used to replace content in the backoffice context when USEDOLIBARREDITOR is not on
*/
function dolWebsiteOutput($content, $contenttype='html')
function dolWebsiteOutput($content, $contenttype = 'html')
{
global $db, $langs, $conf, $user;
global $dolibarr_main_url_root, $dolibarr_main_data_root;