strrpos au lieu de stops pour affichage_final ?
Yohann Prigent <[email protected]>
| Newsgroups | gmane.comp.web.spip.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello les écureuils, Je viens de remarquer un petit soucis sur un SPIP 3.0.21. J’avais un commentaire fermant, avant le body, du type : <!-- This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 12/07/2015 --> Et SPIP a inséré les scripts introduits par affichage_final comme ceci : his tag must be placed between the <body> and <script type=“texte/javascript”></script></body> tags, as close as possible to the opening tag. Creation Date: 12/07/2015 --> D’où ma question : ne vaut-il mieux pas modifier la ligne 230 de ecrire/inc/pipelines.php pour utiliser strrpos au lieu de strpos ? Bon week-end :) -- Yohann Prigent