aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/TP/vert.out_html
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-04-20 13:07:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-04-20 13:07:24 +0000
commitd75c48416eef7eb48487f6dc9a1bafa2c262b81c (patch)
tree3120d383a66d7862dd79a02c1cdd3c8150476589 /regress/man/TP/vert.out_html
parent53e82aa8ae9cb194d4b8418e8dd4223a4a5097d3 (diff)
downloadmandoc-d75c48416eef7eb48487f6dc9a1bafa2c262b81c.tar.gz
mandoc-d75c48416eef7eb48487f6dc9a1bafa2c262b81c.tar.zst
mandoc-d75c48416eef7eb48487f6dc9a1bafa2c262b81c.zip
In fragment identifiers, use ~%d for ordinal suffixes,
and reserve the character '~' for that purpose. Bug found by validator.w3.org in openssl(1), which contains both a tag "tls1_2" and a second instance of a tag "tls1", which also resulted in "tls1_2", causing a clash. Now, the second instance of "tls1" is rendered as "tls1~2" instead, employing the newly reserved '~'.
Diffstat (limited to 'regress/man/TP/vert.out_html')
-rw-r--r--regress/man/TP/vert.out_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/man/TP/vert.out_html b/regress/man/TP/vert.out_html
index 1124ed33..4499432b 100644
--- a/regress/man/TP/vert.out_html
+++ b/regress/man/TP/vert.out_html
@@ -4,6 +4,6 @@
<dl class="Bl-tag">
<dt id="tag"><a class="permalink" href="#tag">tag</a></dt>
<dd>text</dd>
- <dt id="tag_2"><a class="permalink" href="#tag_2">tag</a></dt>
+ <dt id="tag~2"><a class="permalink" href="#tag~2">tag</a></dt>
<dd>text</dd>
</dl>