From 4794402c74878b35e617e2509f09d8abdff7a8a5 Mon Sep 17 00:00:00 2001 From: Jacques Pyrat <jacques@pyrat.net> Date: Mon, 1 Jun 2020 11:49:19 +0200 Subject: [PATCH] =?UTF-8?q?De=20mani=C3=A8re=20incompr=C3=A9hensible,=20me?= =?UTF-8?q?ttre=20les=20accents=20dans=20le=20commentaire=20SPIP=20provoqu?= =?UTF-8?q?ait=20cette=20erreur=20en=20SPIP=203.3/PHP=207.3:=20Warning:=20?= =?UTF-8?q?count():=20Parameter=20must=20be=20an=20array=20or=20an=20objec?= =?UTF-8?q?t=20that=20implements=20Countable=20in=20\ecrire\inc\charsets.p?= =?UTF-8?q?hp=20on=20line=20428?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backendagenda.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backendagenda.html b/backendagenda.html index 06e72cbf..ff0c6e94 100644 --- a/backendagenda.html +++ b/backendagenda.html @@ -24,7 +24,7 @@ version="1.0"[ encoding="(#CHARSET)"]?>[<?xml-stylesheet title="XSL formatting" </image> ] -[(#REM) Est-ce que l'on demande un Agenda pour une rubrique sp�cifique ? ] +[(#REM) Est-ce que l'on demande un Agenda pour une rubrique specifique ? ] <BOUCLE_SyndicationRubriqueAgenda(RUBRIQUES){id_rubrique}><BOUCLE_EstAgenda(HIERARCHIE){titre_mot=Agenda}{inverse}{0,1}> [(#INCLURE{fond=noisettes/rss/backendagenda_detail,id_rubrique=#_SyndicationRubriqueAgenda:ID_RUBRIQUE})] </BOUCLE_EstAgenda></BOUCLE_SyndicationRubriqueAgenda> @@ -32,7 +32,7 @@ version="1.0"[ encoding="(#CHARSET)"]?>[<?xml-stylesheet title="XSL formatting" <BOUCLE_agenda(RUBRIQUES){titre_mot=Agenda}{racine}> [(#INCLURE{fond=noisettes/rss/backendagenda_detail,id_rubrique})] </BOUCLE_agenda> -[(#REM) Non, alors on affiche tous les �v�nements du site ] +[(#REM) Non, alors on affiche tous les evenements du site ] [(#INCLURE{fond=noisettes/rss/backendagenda_detail})] <//B_agenda> <//B_SyndicationRubriqueAgenda> -- GitLab