mirror of
https://github.com/golang/go
synced 2024-11-16 17:04:41 -07: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:
parent
527ace0ffa
commit
3fcbfb07a8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user