Skip to content

Commit 343b752

Browse files
authored
Content - fix: minor parsing errors in the HTML files (#2504)
1 parent e58ed99 commit 343b752

File tree

70 files changed

+363
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+363
-315
lines changed

_includes/alert-provisional.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<h2>Fonctionnalité instable</h2>
44
<p>À être utilisé <strong>à vos propres risques</strong>. Toutes les fonctionnalités décrites ci-dessous pourraient être retirées à n'importe quelle version mineur/majeur ultérieure et l'ensemble des fonctionnalités provisoires sont exclues de l'API publique de GCWeb.</p>
55
<p>La documentation et/ou les exemples pratiques pourraient être incomplets ou être non disponible.</p>
6-
<p><a href="{{ "components/provisional-fr.html" | relative_url }}">Voir l'ensemble des fonctionnalités provisoires.</a></p>
6+
<p><a href="{{ 'components/provisional-fr.html' | relative_url }}">Voir l'ensemble des fonctionnalités provisoires.</a></p>
77
</div>
88
{%- elsif page.language == "en" -%}
99
<div class="alert alert-warning">
1010
<h2>Unstable feature</h2>
1111
<p>To be used at <strong>your own risks</strong>. All functionalities described below could be removed in any subsequent minor/major release and are excluded from the GCWeb public API.</p>
1212
<p>Documentation and/or working examples for those features could be incomplete or not available.</p>
13-
<p><a href="{{ "components/provisional-en.html" | relative_url }}">See all provisional features.</a></p>
13+
<p><a href="{{ 'components/provisional-en.html' | relative_url }}">See all provisional features.</a></p>
1414
</div>
1515
{%- endif -%}

common/alert/alerts-en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h3>Code</h3>
8484
&lt;p&gt; Danger content goes here &lt;a href=&quot;#&quot; <strong>class=&quot;alert-link&quot;</strong>&gt;link text&lt;/a&gt;.&lt;/p&gt;
8585
&lt;/section&gt;</code></pre>
8686

87-
<h2> Alerts without Headings <h2>
87+
<h2> Alerts without Headings </h2>
8888
<h3> Success alert </h3>
8989
<div class="alert alert-success">
9090
<p>(Success content here.)</p>

common/alert/alerts-fr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>Code</h3>
8686
&lt;p&gt; Danger content goes here &lt;a href=&quot;#&quot; <strong>class=&quot;alert-link&quot;</strong>&gt;link text&lt;/a&gt;.&lt;/p&gt;
8787
&lt;/section&gt;</code></pre>
8888

89-
<h2> Alerts without Headings <h2>
89+
<h2> Alerts without Headings </h2>
9090
<h3> Success alert </h3>
9191
<div class="alert alert-success">
9292
<p>(Success content here.)</p>

common/list/lists-en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Unstyled lists </h2>
6363
<p>Unstyled nested list:</p>
6464
<ul>
6565
<li>List item 1</li>
66-
<li>List item 2</lu>
66+
<li>List item 2
6767
<ul class="lst-none">
6868
<li>List item 2a</li>
6969
<li>List item 2b</li>

common/list/lists-fr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Unstyled lists </h2>
6565
<p>Unstyled nested list:</p>
6666
<ul>
6767
<li>List item 1</li>
68-
<li>List item 2</lu>
68+
<li>List item 2
6969
<ul class="lst-none">
7070
<li>List item 2a</li>
7171
<li>List item 2b</li>

common/scaffolding/forms.html

Lines changed: 97 additions & 73 deletions
Large diffs are not rendered by default.

common/scaffolding/formulaires.html

Lines changed: 99 additions & 73 deletions
Large diffs are not rendered by default.

common/scaffolding/text-level-semantics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ <h2>The <code>dfn</code> element</h2>
8383
</code></pre>
8484

8585
<h2>The <code>ruby</code>, <code>rt</code>, <code>rp</code> elements</h2>
86-
<p><ruby> OJ <rp>(<rt>Orange Juice<rp>)</ruby></p>
86+
<p><ruby> OJ <rp>(</rp><rt>Orange Juice</rt><rp>)</rp></ruby></p>
8787
<pre><code>
88-
&lt;ruby> OJ &lt;rp>(&lt;rt>Orange Juice&lt;rp>)&lt;/ruby>
88+
&lt;ruby> OJ &lt;rp>(&lt;/rp>&lt;rt>Orange Juice&lt;/rt>&lt;rp>)&lt;/rp>&lt;/ruby>
8989
</code></pre>
9090

9191
<h2>The <code>data</code> element</h2>

common/scaffolding/texte-niveau-semantique.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ <h2>The <code>dfn</code> element</h2>
8383
</code></pre>
8484

8585
<h2>The <code>ruby</code>, <code>rt</code>, <code>rp</code> elements</h2>
86-
<p><ruby> OJ <rp>(<rt>Orange Juice<rp>)</ruby></p>
86+
<p><ruby> OJ <rp>(</rp><rt>Orange Juice</rt><rp>)</rp></ruby></p>
8787
<pre><code>
88-
&lt;ruby> OJ &lt;rp>(&lt;rt>Orange Juice&lt;rp>)&lt;/ruby>
88+
&lt;ruby> OJ &lt;rp>(&lt;/rp>&lt;rt>Orange Juice&lt;rt>&lt;rp>)&lt;/rp>>&lt;/ruby>
8989
</code></pre>
9090

9191
<h2>The <code>data</code> element</h2>

common/tables/table-en.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ <h2> Collappse classes </h2>
580580

581581
<h2> Reference links: </h2>
582582
<ul>
583-
<li> <a href="https://wet-boew.github.io/wet-boew/demos/tables/tables-en.html"> Data table </a>
584-
<li> <a href="https://wet-boew.github.io/v4.0-ci/demos/zebra/zebra-en.html"> Zebra stripping plugin </a>
585-
<li> <a href="https://wet-boew.github.io/GCWeb/components/gc-table/gc-table-en.html"> GC Table </a>
586-
<li> <a href="https://wet-boew.github.io/GCWeb/components/provisional-en.html"> Table column float </a>
587-
<li> <a href="https://wet-boew.github.io/GCWeb/templates/news/news-en.html"> News table </a>
583+
<li> <a href="https://wet-boew.github.io/wet-boew/demos/tables/tables-en.html"> Data table </a></li>
584+
<li> <a href="https://wet-boew.github.io/v4.0-ci/demos/zebra/zebra-en.html"> Zebra stripping plugin </a></li>
585+
<li> <a href="https://wet-boew.github.io/GCWeb/components/gc-table/gc-table-en.html"> GC Table </a></li>
586+
<li> <a href="https://wet-boew.github.io/GCWeb/components/provisional-en.html"> Table column float </a></li>
587+
<li> <a href="https://wet-boew.github.io/GCWeb/templates/news/news-en.html"> News table </a></li>
588588
</ul>

0 commit comments

Comments
 (0)