diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-28 13:34:34 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:44 +0200 |
commit | 0ee366960c32067b528077c49362c468364d0206 (patch) | |
tree | f46e95dfdf4ccf6271e945db8a3c676ab8d7d712 /docs/repository.html | |
parent | d60dc5d16f2f8947555e08c0745efcdc5dbb1e64 (diff) |
docs: use code instead of tt-tag
The tt-tag has been removed from HTML5, so let's normalize this to
code-tags intead. This just makes things a bit more consistent, as we've
mixed these left and right so far anyway.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/repository.html b/docs/repository.html index 9ee2d8822ed..c8e2c62fc5e 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -137,7 +137,7 @@ Unix users don't need to set this option. <p> At any given time, there may be several active branches in Mesa's repository. -Generally, <tt>master</tt> contains the latest development (unstable) +Generally, <code>master</code> contains the latest development (unstable) code while a branch has the latest stable code. </p> |