Skip to content

Commit

Permalink
MP1.36.Pre: XML Validation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Sep 23, 2024
1 parent 59fb27c commit abbd7e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Channel id="Arte" siteId="3" />
<Channel id="BFM TV" siteId="4" />
<Channel id="Canal+" siteId="5" />
<Channel id="Canal+ cinéma" siteId="6" />
<Channel id="Canal+ Décalé" siteId="7" />
<Channel id="Canal+ cinéma" siteId="6" />
<Channel id="Canal+ Décalé" siteId="7" />
<Channel id="Canal J" siteId="9" />
<Channel id="Canal+ sport" siteId="8" />
<Channel id="Cinecinema Aut..." siteId="10" />
Expand All @@ -18,13 +18,13 @@
<Channel id="Cinecinema Fri..." siteId="14" />
<Channel id="Cinecinema Pre..." siteId="15" />
<Channel id="Cinecinema Star" siteId="81" />
<Channel id="Ciné FX" siteId="16" />
<Channel id="Comédie" siteId="17" />
<Channel id="Ciné FX" siteId="16" />
<Channel id="Comédie" siteId="17" />
<Channel id="Cuisine.Tv" siteId="18" />
<Channel id="Direct 8" siteId="19" />
<Channel id="Equidia" siteId="20" />
<Channel id="Escales" siteId="21" />
<Channel id="Eurêka" siteId="22" />
<Channel id="Eurêka" siteId="22" />
<Channel id="Euronews" siteId="23" />
<Channel id="Europe 2 TV" siteId="24" />
<Channel id="Eurosport" siteId="25" />
Expand All @@ -34,49 +34,49 @@
<Channel id="France 3" siteId="29" />
<Channel id="France 4" siteId="30" />
<Channel id="France 5" siteId="31" />
<Channel id="France Ô" siteId="32" />
<Channel id="France Ô" siteId="32" />
<Channel id="Fun TV" siteId="33" />
<Channel id="Gulli" siteId="34" />
<Channel id="Histoire (TPS)" siteId="35" />
<Channel id="Info sport" siteId="36" />
<Channel id="i Tele" siteId="37" />
<Channel id="Jimmy" siteId="38" />
<Channel id="KTO" siteId="39" />
<Channel id="La Chaîne Météo" siteId="40" />
<Channel id="La Chaîne parl..." siteId="41" />
<Channel id="LCI - La Chaîn..." siteId="42" />
<Channel id="La Chaîne Météo" siteId="40" />
<Channel id="La Chaîne parl..." siteId="41" />
<Channel id="LCI - La Chaîn..." siteId="42" />
<Channel id="L'Equipe TV (b..." siteId="43" />
<Channel id="M6" siteId="44" />
<Channel id="Ma Planète" siteId="45" />
<Channel id="Ma Planète" siteId="45" />
<Channel id="MCM" siteId="46" />
<Channel id="Mezzo" siteId="47" />
<Channel id="Moteurs" siteId="48" />
<Channel id="MTV" siteId="49" />
<Channel id="Musique Classi..." siteId="50" />
<Channel id="National Geogr..." siteId="51" />
<Channel id="Nickelodéon" siteId="52" />
<Channel id="Nickelodéon" siteId="52" />
<Channel id="NRJ 12" siteId="53" />
<Channel id="NT 1" siteId="54" />
<Channel id="Odyssée" siteId="55" />
<Channel id="Paris Première" siteId="56" />
<Channel id="Odyssée" siteId="55" />
<Channel id="Paris Première" siteId="56" />
<Channel id="Pink TV" siteId="57" />
<Channel id="Piwi" siteId="58" />
<Channel id="Planète" siteId="59" />
<Channel id="Planète Choc" siteId="60" />
<Channel id="Planète Thalas..." siteId="61" />
<Channel id="Planète" siteId="59" />
<Channel id="Planète Choc" siteId="60" />
<Channel id="Planète Thalas..." siteId="61" />
<Channel id="SCI-FI" siteId="62" />
<Channel id="Série club" siteId="63" />
<Channel id="Série club" siteId="63" />
<Channel id="Sport+" siteId="64" />
<Channel id="TCM" siteId="65" />
<Channel id="Téva" siteId="66" />
<Channel id="Téva" siteId="66" />
<Channel id="TF 1" siteId="67" />
<Channel id="TF 6" siteId="68" />
<Channel id="TFou" siteId="69" />
<Channel id="TIJI" siteId="70" />
<Channel id="TMC" siteId="71" />
<Channel id="Toute l'histoi..." siteId="72" />
<Channel id="TPS Foot" siteId="73" />
<Channel id="TPS Homecinéma" siteId="74" />
<Channel id="TPS Homecinéma" siteId="74" />
<Channel id="TPS Star" siteId="75" />
<Channel id="TV5MONDE" siteId="76" />
<Channel id="Ushuaia TV" siteId="77" />
Expand Down Expand Up @@ -119,4 +119,3 @@
<Modify channel="*" field="#DESCRIPTION" search="Toutes les chaines" action="Replace">---</Modify>
</Actions>
</Grabber>

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</TemplateText>
</SectionTemplate>
</Template>
<Template name="Details" start="&lt;div vlass=&quote;text-content&quote;&gt;" end="&lt;hr&gt;">
<Template name="Details" start="&lt;div vlass=&quot;text-content&quot;&gt;" end="&lt;hr&gt;">
<SectionTemplate tags="DP">
<TemplateText>
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;#DESCRIPTION&gt;&lt;/p&gt;
Expand Down

0 comments on commit abbd7e8

Please sign in to comment.