summaryrefslogtreecommitdiff
path: root/docs/repository.html
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-05-28 13:34:34 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-05 23:48:44 +0200
commit0ee366960c32067b528077c49362c468364d0206 (patch)
treef46e95dfdf4ccf6271e945db8a3c676ab8d7d712 /docs/repository.html
parentd60dc5d16f2f8947555e08c0745efcdc5dbb1e64 (diff)
downloadmesa-0ee366960c32067b528077c49362c468364d0206.tar.gz
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 <erik.faye-lund@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs/repository.html')
-rw-r--r--docs/repository.html2
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>