Skip to content

Commit

Permalink
Merge pull request #83 from martinpub/link_fixes
Browse files Browse the repository at this point in the history
Fix typo in code example
  • Loading branch information
mattgarrish authored Mar 26, 2024
2 parents 3b31924 + 9e9ff9e commit 75b961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publishing/docs/navigation/pagebreaks.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h3>Explanation</h3>
<p>To hide the page number from visual
viewing, the <code>aria-label</code> attribute can be used to identify the number.</p>

<pre id="expl-pb-02-src" class="prettyprint linenums"><code>&lt;span role="doc-pagebreak" id="pg5" aria-label="5"/&lt;</code></pre>
<pre id="expl-pb-02-src" class="prettyprint linenums"><code>&lt;span role="doc-pagebreak" id="pg5" aria-label="5"/&gt;</code></pre>

<p>The <code>id</code> attribute on the page break allows linking to the location from the page
list.</p>
Expand Down

0 comments on commit 75b961e

Please sign in to comment.