summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-01-16 18:01:41 +0100
committerDylan Baker <dylan@pnwbakers.com>2020-01-28 08:54:25 -0800
commitca9997f94eb0660b28e2cd151c523916db46e0a5 (patch)
tree9ccbd4d4a92bd8c811216149b92a7b4147b75954
parent6b0e1e6265ad1644163efb5da697aeaf6be24370 (diff)
docs: use code-tags instead of pre-tags
Similar to the previous two commits, it seems more appropriate to use code-tags here than pre-tag. Fixes: 9af6c38deff "docs: Add use of Closes: tag for closing gitlab issues" Acked-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit a370cfd96ed11463a9e76c1d9bc42eb5f3858fde)
-rw-r--r--.pick_status.json2
-rw-r--r--docs/submittingpatches.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 5ed43f11ec9..c8f9b0a584d 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -2965,7 +2965,7 @@
"description": "docs: use code-tags instead of pre-tags",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "9af6c38deff0f91c6c2a20d61a07a388594a39ac"
},
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 9058b065d95..c10637f3e4d 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -80,8 +80,8 @@ For example:
<pre>
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1
</pre>
-<p>Prefer the full url to just <pre>Closes: #1</pre>, since the url makes it
-easier to get to the bug page from <pre>git log</pre></p>
+<p>Prefer the full url to just <code>Closes: #1</code>, since the url makes it
+easier to get to the bug page from <code>git log</code></p>
<b>Do not use the Fixes: tag for this!</b> Mesa already uses Fixes for something else.
<li>If a patch addresses a issue introduced with earlier commit, that should be