Skip to content

Commit 71b9b2e

Browse files
committed
Move the Sidebar outside of pageContent div for range updates
1 parent 4f36aec commit 71b9b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/computate/frFR/java/EcrirePageClasse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6041,8 +6041,8 @@ public void ecrirePageEditionJinja(String langueNom, JsonObject i18nPage) throws
60416041
tl(0, "{%- block htmBody", i18nPage.getString(I18n.var_Milieu), classePageSuperNomSimple, " %}");
60426042
tl(0, "{%- block htmBody", i18nPage.getString(I18n.var_Milieu), classePageNomSimple, " %}");
60436043

6044-
tl(4, "<div class=\"pageContent \">");
60456044
tl(0, "{%- include ", classePageBarreLateraleTemplate, " %}");
6045+
tl(4, "<div class=\"pageContent \">");
60466046
// htmBodyCount0 //
60476047
tl(0, "{% if ", varResultat, "Count == 0 %}");
60486048
ecrirePageRechercheAucun(langueNom, i18nPage);

0 commit comments

Comments
 (0)