Correction bug mineur: Les crans d'info systme php ne conservaient pas le style du fond d'cran.
This commit is contained in:
parent
c79adc7173
commit
089ed3c2d7
@ -51,6 +51,7 @@ $chaine = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
# Nettoie la sortie php pour inclusion dans une page deja existante
|
||||
$chaine = eregi_replace('background-color: #ffffff;','',$chaine);
|
||||
$chaine = eregi_replace('.*<style','<style',$chaine);
|
||||
$chaine = eregi_replace('<title>.*<body>','',$chaine);
|
||||
$chaine = eregi_replace('<title>.*<body>','',$chaine);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user