From 9e9ff9e4b8c18452dbdb1f2da4d3ee0213d6e516 Mon Sep 17 00:00:00 2001 From: Martin Persson Date: Tue, 26 Mar 2024 12:41:18 +0100 Subject: [PATCH] Fix typo in code example --- publishing/docs/navigation/pagebreaks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishing/docs/navigation/pagebreaks.html b/publishing/docs/navigation/pagebreaks.html index c8a5567a..50daec96 100644 --- a/publishing/docs/navigation/pagebreaks.html +++ b/publishing/docs/navigation/pagebreaks.html @@ -189,7 +189,7 @@

Explanation

To hide the page number from visual viewing, the aria-label attribute can be used to identify the number.

-
<span role="doc-pagebreak" id="pg5" aria-label="5"/<
+
<span role="doc-pagebreak" id="pg5" aria-label="5"/>

The id attribute on the page break allows linking to the location from the page list.