Mesa (master): docs: use code-tags instead of pre-tags

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 17 12:21:10 UTC 2020


Module: Mesa
Branch: master
Commit: a370cfd96ed11463a9e76c1d9bc42eb5f3858fde
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a370cfd96ed11463a9e76c1d9bc42eb5f3858fde

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jan 16 18:01:41 2020 +0100

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 at pnwbakers.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>

---

 docs/submittingpatches.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 403f4295e78..de27e6d9d8b 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -78,8 +78,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



More information about the mesa-commit mailing list