@@ -4785,7 +4785,7 @@ public void ecrirePageBarreLaterale(String langueNom, JsonObject i18nPage) throw
47854785 // pageContent //
47864786 /////////////////
47874787
4788- tl (5 , "<div class=\" htmBody" , i18nPage .getString (I18n .var_BarreLaterale ), "" , classePageNomSimple , " \" >" );
4788+ tl (4 , "<div class=\" htmBody" , i18nPage .getString (I18n .var_BarreLaterale ), "" , classePageNomSimple , " \" >" );
47894789
47904790 tl (0 , "{%- block htmBody" , i18nPage .getString (I18n .var_BarreLaterale ), "" , classePageNomSimple , " %}" );
47914791
@@ -5657,12 +5657,12 @@ public void ecrirePageRechercheJinja(String langueNom, JsonObject i18nPage) thro
56575657 tl (0 , "{%- block htmBody" , i18nPage .getString (I18n .var_Debut ), classePageNomSimple , " %}" );
56585658
56595659 // htmBodyCount0 //
5660- tl (0 , "{%- include " , classePageBarreLateraleTemplate , " %}" );
5660+ tl (0 , "{% include " , classePageBarreLateraleTemplate , " %}" );
56615661 tl (0 , "{% if " , varResultat , "Count == 0 %}" );
56625662 ecrirePageRechercheAucun (langueNom , i18nPage );
56635663 tl (0 , "{% else %}" );
56645664
5665- tl (0 , "{%- include " , classePageRechercheSuggereTemplate , " %}" );
5665+ tl (0 , "{% include " , classePageRechercheSuggereTemplate , " %}" );
56665666
56675667 tl (5 , "<div class=\" pageContent \" >" );
56685668 tl (6 , "<form action=\" " , classeApiUri , "\" id=\" " , classeApiClasseNomSimple , "Form\" class=\" " , i18nPage .getString (I18n .var_page ), i18nPage .getString (I18n .var_Formulaire ), " \" onsubmit=\" event.preventDefault(); return false; \" >" );
0 commit comments