1
0
mirror of https://github.com/golang/go synced 2024-09-28 22:14:28 -06:00

doc/go1.19: fix HTML validation issues

Avoid duplicating tag ID runtime and remove a superflous </dd> tag.

Found by https://validator.w3.org

Change-Id: I9c84b8257acbb6d3d6817192bb8d355207944b9a
Reviewed-on: https://go-review.googlesource.com/c/go/+/413254
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Tobias Klauser 2022-06-20 11:42:07 +02:00 committed by Gopher Robot
parent 527ace0ffa
commit 3fcbfb07a8

View File

@ -741,7 +741,7 @@ as well as support for rendering them to HTML, Markdown, and text.
</dd>
</dl><!-- regexp -->
<dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
<dl id="pkg-runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
<dd>
<p><!-- https://go.dev/issue/51461 -->
The <a href="/pkg/runtime/#GOROOT"><code>GOROOT</code></a> function now returns the empty string
@ -847,7 +847,6 @@ as well as support for rendering them to HTML, Markdown, and text.
but often easier to use: it returns an additional boolean reporting whether an equal value was found.
</p>
</dd>
</dd>
</dl><!-- sort -->
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>