Échappement des caractères spéciaux dans le titre

This commit is contained in:
Vincent Calame 2022-02-28 11:41:37 +01:00 committed by root
parent 6c300873ad
commit a2af5661d1
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
#SET{evenement_array, #GET{annee}|lef_evenement_array}
<BOUCLE_evenements(DATA){source table, #GET{evenement_array}}>
<item>
<title>[(#VALEUR{start_time}|lef_date) ][(#VALEUR{city}) : ][(#VALEUR{title}) ]</title>
<title>[(#VALEUR{start_time}|lef_date) ][(#VALEUR{city}) : ][(#VALEUR{title}|texte_backend) ]</title>
<link>https://www.agendadulibre.org/events/#VALEUR{id}</link>
<guid isPermaLink="true">https://www.agendadulibre.org/events/#VALEUR{id}</guid>
<dc:date>#VALEUR{time}</dc:date>
<dc:format>text/html</dc:format>
<dc:language>fr</dc:language>
<description>
&lt;p&gt;&lt;strong&gt;Contact :&lt;/strong&gt; #VALEUR{contact}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contact :&lt;/strong&gt; [(#VALEUR{contact}|texte_backend)]&lt;/p&gt;
[(#VALEUR{description}|texte_backend)]</description>
</item>
</BOUCLE_evenements>