Valider 2f9cf6ef rédigé par Antoine Pitrou's avatar Antoine Pitrou
Parcourir les fichiers

bug backends

parent c62013e1
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+4 −4
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -4,13 +4,13 @@

<channel>

	<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title>
	<title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
	<link>#URL_SITE_SPIP/</link>
	<description></description>
	<language>#LANG-#LANG</language>

	<image>
		<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title>
		<title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
		<url>#URL_SITE_SPIP/IMG/ruboff0.gif</url>
		<link>#URL_SITE_SPIP/</link>
		<description></description>
@@ -19,7 +19,7 @@
<BOUCLE_rub(RUBRIQUES){id_rubrique}>
	<BOUCLE1(BREVES){id_rubrique}{par date}{inverse}{0,10}>
	<item>
		<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title>
		<title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
		<link>#URL_SITE_SPIP/#URL_BREVE</link>
		<date>#DATE</date>
	</item>
@@ -28,7 +28,7 @@

	<BOUCLE2(BREVES){tout}{par date}{inverse}{0,10}>
	<item>
		<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title>
		<title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
		<link>#URL_SITE_SPIP/#URL_BREVE</link>
		<date>#DATE</date>
	</item>
+11 −11
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -3,13 +3,13 @@
<rss version="0.91">

<channel>
	<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title>
	<title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
	<link>#URL_SITE_SPIP/</link>
	<description></description>
	<language>#LANG-#LANG</language>

	<image>
		<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title>
		<title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
		<url>#URL_SITE_SPIP/IMG/ruboff0.gif</url>
		<link>#URL_SITE_SPIP/</link>
		<description></description>
@@ -20,11 +20,11 @@
<BOUCLE_rub(RUBRIQUES){id_rubrique}>
	<BOUCLE1(ARTICLES){branche}{par date}{inverse}{0,10}>
		<item>
			<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title>
			<title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
			<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
			<date>#DATE</date>
			<description>[(#DESCRIPTIF|textebrut|htmlspecialchars|entites_unicode)]</description>
			<author><BOUCLE23(AUTEURS){id_article}{", "}>[(#NOM|textebrut|htmlspecialchars|entites_unicode)]</BOUCLE23></author>
			<description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
			<author><BOUCLE23(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE23></author>
		</item>
	</BOUCLE1>
</BOUCLE_rub>
@@ -33,20 +33,20 @@

	<BOUCLE2(ARTICLES){tout}{par date}{inverse}{0,10}{unique}>
	    <item>
	      <title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title>
	      <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
	      <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
	      <date>#DATE</date>
	      <description>[(#DESCRIPTIF|textebrut|htmlspecialchars|entites_unicode)]</description>
	      <author><BOUCLE_aut2(AUTEURS){id_article}{", "}>[(#NOM|textebrut|htmlspecialchars|entites_unicode)]</BOUCLE_aut2></author>
	      <description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
	      <author><BOUCLE_aut2(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut2></author>
	    </item>
	</BOUCLE2>
	<BOUCLE3(ARTICLES){tout}{par date}{inverse}{age<3}{unique}>
	    <item>
	      <title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title>
	      <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
	      <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
	      <date>#DATE</date>
	      <description>[(#DESCRIPTIF|textebrut|htmlspecialchars|entites_unicode)]</description>
	      <author><BOUCLE_aut3(auteurs){id_article}{","}>[(#NOM|textebrut|htmlspecialchars|entites_unicode)]</BOUCLE_aut3></author>
	      <description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
	      <author><BOUCLE_aut3(auteurs){id_article}{","}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut3></author>
	    </item>
	</BOUCLE3>
<//B_rub>