Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: go 1.20 doc html format problem #59534

Closed
yuanyao07 opened this issue Apr 11, 2023 · 3 comments
Closed

x/website: go 1.20 doc html format problem #59534

yuanyao07 opened this issue Apr 11, 2023 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Milestone

Comments

@yuanyao07
Copy link

What is the URL of the page with the issue?

https://go.dev/doc/go1.20

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Screenshot

Screenshot 2023-04-11 at 1 55 38 AM

What did you do?

Visit https://go.dev/doc/go1.20 and scroll down to "mime/multipart". All fonts after the paragraph are formatted as code as the below mentioned html tag wasn't closed properly.

What did you expect to see?

<code>Reader.ReadForm</code>

What did you see instead?

<code>Reader.ReadForm</code<>

@gopherbot gopherbot added this to the Unreleased milestone Apr 11, 2023
@yuanyao07 yuanyao07 changed the title x/website: x/website: go 1.20 doc html format problem Apr 11, 2023
@dr2chase
Copy link
Contributor

@golang/tools-team

@dr2chase dr2chase added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 11, 2023
crisman added a commit to crisman/golang_website that referenced this issue Apr 11, 2023
Typo from and update last week, remove an extra '<'.

Fixes golang/go#59534
@gopherbot
Copy link

Change https://go.dev/cl/483735 mentions this issue: _content/doc: remove extra < in HTML formatting

crisman added a commit to crisman/golang_website that referenced this issue Apr 12, 2023
Commit 18b7f5b from last week, updated the release notes for 1.19 and
1.20 which included a copy/paste HTML formatting error, fixing the second
place here. Also verified these were the only two places in website that got
this typo. The comment version of this in go repo is not HTML formatted, so
no typo.

Typo from an update last week, remove an second extra '<'.

Updates golang/go#59534
@gopherbot
Copy link

Change https://go.dev/cl/483977 mentions this issue: _content/doc: remove second extra < in HTML

gopherbot pushed a commit to golang/website that referenced this issue Apr 12, 2023
Commit 18b7f5b from last week, updated the release notes for 1.19 and
1.20 which included a copy/paste HTML formatting error, fixing the second
place here. Also verified these were the only two places in website that got
this typo. The comment version of this in go repo is not HTML formatted, so
no typo.

Typo from an update last week, remove an second extra '<'.

Updates golang/go#59534

Change-Id: I343c48f143bbeae14dbd0e589eaa531baa580f9d
GitHub-Last-Rev: f0a55b2
GitHub-Pull-Request: #221
Reviewed-on: https://go-review.googlesource.com/c/website/+/483977
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Apr 13, 2023
@golang golang locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants