Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Cleanup duplicate closing HTML #1330

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/gcweb/samples/footer-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Contextual Footer</h2>
});
</pre>
<h2>Main Footer</h2>
<p>The main footer is visible by default. You have the ability to hide the main footer via the <code class="wb-prettify">hideFooterMain</code> parameter.</p></p>
<p>The main footer is visible by default. You have the ability to hide the main footer via the <code class="wb-prettify">hideFooterMain</code> parameter.</p>
<p>This is configured in the <code>footer</code> section of your page.</p>
<pre>
defFooter.outerHTML = wet.builder.footer({
Expand Down
4 changes: 2 additions & 2 deletions public/gcweb/samples/footer-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ <h2>Bande contextuelle</h2>
});
</pre>
<h2>La bande principale</h2>
<p>La bande principale est visible par défaut. Vous avez la possibilité de masquer la bande principale via le paramètre <code class="wb-prettify">hideFooterMain</code>.</p></p>
<p>Ceci est configuré dans la section <code>footer</code> de votre page.</p>>
<p>La bande principale est visible par défaut. Vous avez la possibilité de masquer la bande principale via le paramètre <code class="wb-prettify">hideFooterMain</code>.</p>
<p>Ceci est configuré dans la section <code>footer</code> de votre page.</p>
<pre>
defFooter.outerHTML = wet.builder.footer({
...
Expand Down
Loading