message d'erreur : filtre inconnu

Salut En spip 4.0 (pas testé sur d'autres versions) en forcant la compatibilité du plugin, on peut avoir un problème de filtre inconnu.

C'est, à proiori, dû à l'absence d'un espace ligne 34 de paralellism_spip.css.html

[body.type-page_rubrique#ID_RUBRIQUE{background-image: url('(#LOGO_RUBRIQUE|extraire_attribut{src})')}]

au lieu de

[body.type-page_rubrique#ID_RUBRIQUE {background-image: url('(#LOGO_RUBRIQUE|extraire_attribut{src})')}]

Même problème ligne 41

[body.type-page_article#ID_ARTICLE{background-image: url('(#LOGO_ARTICLE_RUBRIQUE|extraire_attribut{src})')}]

au lieu de

[body.type-page_article#ID_ARTICLE {background-image: url('(#LOGO_ARTICLE_RUBRIQUE|extraire_attribut{src})')}]