J'ai un truc très bizarre dans le privé d'un site sous 3.2.11
div.rub-ouverte,a.rub-ouverte{padding-right:10px;background: url('//www.monsite.fr/prive/images/triangle-droite.gif');right center no-repeat}
au lieu de
div.rub-ouverte,a.rub-ouverte{padding-right:10px;background: url('//www.monsite.fr/prive/images/triangle-droite.gif') right center no-repeat;}
donc, le ; en trop dans la déclaration du background
c'est dans picker.css.html :
div.rub-ouverte, a.rub-ouverte { padding-#GET{right}: 10px; background: url([(#CHEMIN_IMAGE{triangle-droite[(#GET{rtl})].gif})]) [(#GET{right})] center no-repeat; }
et juste avant dans la CSS
div.petit-secteur,a.petit-secteur{background:1% no-repeat;background-image:url('//www.monsite.fr/prive/themes/spip/images/secteur-12.png');;padding-left:15px}
donc, un double ;;
PHP 7.2.34-18+0~20210223.60+debian10~1.gbpb21322
Comme j'ai pleins de plugins, je vais investiguer plsu, mais c'est bizarre.
(Pour l'instant, pas reproduit en local, mais moins de plugins)
J'ai un truc très bizarre dans le privé d'un site sous 3.2.11
div.rub-ouverte,a.rub-ouverte{padding-right:10px;background: url('//www.monsite.fr/prive/images/triangle-droite.gif');right center no-repeat}
au lieu de
div.rub-ouverte,a.rub-ouverte{padding-right:10px;background: url('//www.monsite.fr/prive/images/triangle-droite.gif') right center no-repeat;}
donc, le ; en trop dans la déclaration du background
c'est dans picker.css.html :
div.rub-ouverte, a.rub-ouverte { padding-#GET{right}: 10px; background:
url([(#CHEMIN_IMAGE{triangle-droite[(#GET{rtl})].gif})]) [(#GET{right})] center no-repeat; }
et juste avant dans la CSS
div.petit-secteur,a.petit-secteur{background:1% no-repeat;background-image:url('//www.monsite.fr/prive/themes/spip/images/secteur-12.png');;padding-left:15px}
donc, un double ;;
PHP 7.2.34-18+0~20210223.60+debian10~1.gbpb21322
Comme j'ai pleins de plugins, je vais investiguer plsu, mais c'est bizarre.
(Pour l'instant, pas reproduit en local, mais moins de plugins)
J'ai trouvé, j'ai un _options.php qui contient :
$GLOBALS['compresseur_filtres_css'] = array('compresseur_embarquer_images_css');