Jean-Francois
2010-06-27 11:34:44 UTC
Bonjour j'ai un petit soucis avec la commande tidy_parse_string
tout fonctionne correctement mais j'ai un warning à la ligne
$tidy = tidy_parse_string($resulthtml, $Ar_config, 'UTF8');
cela ne dois pas être grand chose mais je seche ..
j'ai besoin d'une explication ..
merci
voici le warning et la code
Notice: Array to string conversion in
/home/jf/workspace/tyacht/application/core/template.class.php on line 392
$Ar_config = array(
// 'clean' => true,
'language' =>$lang,
'bare' => true,
'indent-spaces' => false,
'tab-size' => true,
'wrap' => false,
'preserve-entities' => true,
'break-before-br' => false,
'indent' => false,
'output-xhtml' => true,
'hide-comments' => false,
'join-styles'=>true,
'indent-attributes'=> false,
'wrap' => 0);
$tidy = tidy_parse_string($resulthtml, $Ar_config, 'UTF8');
$tidy->cleanRepair();
$htmlcache = $doctype.tidy_get_output($tidy);
tout fonctionne correctement mais j'ai un warning à la ligne
$tidy = tidy_parse_string($resulthtml, $Ar_config, 'UTF8');
cela ne dois pas être grand chose mais je seche ..
j'ai besoin d'une explication ..
merci
voici le warning et la code
Notice: Array to string conversion in
/home/jf/workspace/tyacht/application/core/template.class.php on line 392
$Ar_config = array(
// 'clean' => true,
'language' =>$lang,
'bare' => true,
'indent-spaces' => false,
'tab-size' => true,
'wrap' => false,
'preserve-entities' => true,
'break-before-br' => false,
'indent' => false,
'output-xhtml' => true,
'hide-comments' => false,
'join-styles'=>true,
'indent-attributes'=> false,
'wrap' => 0);
$tidy = tidy_parse_string($resulthtml, $Ar_config, 'UTF8');
$tidy->cleanRepair();
$htmlcache = $doctype.tidy_get_output($tidy);