Skip to content
Extraits de code Groupes Projets
Valider 45b44371 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Ne pas laisser Tidy "signer" les pages (avec meta "generator")

parent c7c6f081
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -87,7 +87,7 @@ function xhtml ($buffer) {
fputs($f, $buffer);
fclose($f);
exec("$tidy_command --char-encoding $enc_char --quote-nbsp false --show-body-only false --indent true --wrap false --output-xhtml true --add-xml-decl false -m $nomfich");
exec("$tidy_command --tidy-mark false --char-encoding $enc_char --quote-nbsp false --show-body-only false --indent true --wrap false --output-xhtml true --add-xml-decl false -m $nomfich");
$tidy = join(file($nomfich),"");
@unlink($nomfich);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter