diff --git a/backend-breves-dist.html b/backend-breves-dist.html index 22c2817bdd105ed571484261b69f3228d6539994..ed7bb244b8da2e11f832cbff58c20a5d79d57446 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 b681ebbe6e7ebd74eedb8e2bbd93f5034249ef37..0bd3130352cd4d839faa4b28674f9ff0e46caccd 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>