diff options
Diffstat (limited to 'regress/mdoc/Li')
-rw-r--r-- | regress/mdoc/Li/tag.out_html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/Li/tag.out_html b/regress/mdoc/Li/tag.out_html index 3730caa6..d1b71573 100644 --- a/regress/mdoc/Li/tag.out_html +++ b/regress/mdoc/Li/tag.out_html @@ -1,9 +1,9 @@ <dl class="Bl-tag"> - <dt><a class="permalink" href="#one"><code class="Li" id="one">one</code></a> + <dt id="one"><a class="permalink" href="#one"><code class="Li">one</code></a> | <a class="permalink" href="#two"><code class="Li" id="two">two</code></a></dt> <dd>text</dd> - <dt><a class="permalink" href="#three"><code class="Li" id="three">three</code></a></dt> + <dt id="three"><a class="permalink" href="#three"><code class="Li">three</code></a></dt> <dd>text</dd> </dl> <a class="permalink" href="#four"><code class="Li" id="four">four</code></a> |