diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-03 18:30:23 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:45 +0200 |
commit | 8620f53212df1a96f5ae1d180dacb28418bf6cc8 (patch) | |
tree | c09844b604cccb8eb72088ec532a550403f6490a /docs/repository.html | |
parent | d5e273aad24ae28b53422599d17177714aabf3e7 (diff) |
docs: do not use br-tag for non-significant breaks
According to the W3C, we shouldn't use the br-tag unless the line-break
is part of the content:
https://www.w3.org/TR/2011/WD-html5-author-20110809/the-br-element.html
All of these instances are for non-content usage, and is as such technically
out-of-spec. So let's either remove them, or split paragraphs, based on
how related the content are.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/repository.html')
-rw-r--r-- | docs/repository.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/repository.html b/docs/repository.html index c8e2c62fc5e..012d3d9ba08 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -49,7 +49,7 @@ To get the Mesa sources anonymously (read-only): </p> <ol> -<li>Install the git software on your computer if needed.<br><br> +<li>Install the git software on your computer if needed. <li>Get an initial, local copy of the repository with: <pre> git clone https://gitlab.freedesktop.org/mesa/mesa.git @@ -129,7 +129,6 @@ and to LF on commit. <p> Unix users don't need to set this option. </p> -<br> <h2>Development Branches</h2> @@ -212,7 +211,8 @@ If you are familiar with CVS or similar system, this is similar to doing a the current repository state, instead of the time you did the last update. (CVS doesn't work like git in this respect, but this is easiest way to explain it.) -<br> +</p> +<p> In any case, your repository now looks like you made your changes after all the other changes. </p> |