kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.31k forks source link

page layout for https://kubernetes.io/id/docs/concepts/workloads/controllers/deployment/ is broken #20944

Closed alagiz closed 4 years ago

alagiz commented 4 years ago

This is a Bug Report

Problem:

page layout is broken for this page => https://kubernetes.io/id/docs/concepts/workloads/controllers/deployment/

currently it looks like this:

current-deployments-id

tested in the following browsers:

Extra information:

the reason is broken html: there is a bunch of elements that are on the same level with \<div id="docsContent">\</div>, although they should be inside of it


good html (English version):

good-html


broken html (Bahasa Indonesia version):

broken-html-id


also, English version was broken yesterday, but today it is already fixed

Page to Update:

https://kubernetes.io/id/docs/concepts/workloads/controllers/deployment/

/kind bug /language id

irvifa commented 4 years ago

This is solved already https://github.com/kubernetes/website/pull/20946 /close

k8s-ci-robot commented 4 years ago

@irvifa: Closing this issue.

In response to [this](https://github.com/kubernetes/website/issues/20944#issuecomment-629085692): >This is solved already https://github.com/kubernetes/website/pull/20946 >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.