From 2f9cf6ef6fc90a6f00aef0110e8d211eb226808c Mon Sep 17 00:00:00 2001 From: Antoine Pitrou <pitrou@free.fr> Date: Tue, 9 Sep 2003 15:26:16 +0000 Subject: [PATCH] bug backends --- backend-breves-dist.html | 8 ++++---- backend-dist.html | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/backend-breves-dist.html b/backend-breves-dist.html index 22c2817bdd..ed7bb244b8 100644 --- a/backend-breves-dist.html +++ b/backend-breves-dist.html @@ -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> diff --git a/backend-dist.html b/backend-dist.html index b681ebbe6e..0bd3130352 100644 --- a/backend-dist.html +++ b/backend-dist.html @@ -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> -- GitLab