Skip to content

Commit 3fcbfb0

Browse files
tklausergopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
1 parent 527ace0 commit 3fcbfb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/go1.19.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
741741
</dd>
742742
</dl><!-- regexp -->
743743

744-
<dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
744+
<dl id="pkg-runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
745745
<dd>
746746
<p><!-- https://go.dev/issue/51461 -->
747747
The <a href="/pkg/runtime/#GOROOT"><code>GOROOT</code></a> function now returns the empty string
@@ -847,7 +847,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
847847
but often easier to use: it returns an additional boolean reporting whether an equal value was found.
848848
</p>
849849
</dd>
850-
</dd>
851850
</dl><!-- sort -->
852851

853852
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>

0 commit comments

Comments
 (0)