From: Tobias Klauser Date: Mon, 20 Jun 2022 09:42:07 +0000 (+0200) Subject: doc/go1.19: fix HTML validation issues X-Git-Tag: go1.19rc1~95 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3fcbfb07a82c5332e6b50cddba333af6e6e3e488;p=gostls13.git doc/go1.19: fix HTML validation issues Avoid duplicating tag ID runtime and remove a superflous 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 Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Run-TryBot: Ian Lance Taylor --- diff --git a/doc/go1.19.html b/doc/go1.19.html index 50bc973c13..4495c1d3e0 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -741,7 +741,7 @@ as well as support for rendering them to HTML, Markdown, and text. -
runtime
+
runtime

The GOROOT 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.

-
strconv