[Mesa-dev] [PATCH 2/3] docs/submittingpatches.html: correctly handle the <p> tag

Emil Velikov emil.l.velikov at gmail.com
Wed Nov 7 16:02:58 UTC 2018


From: Emil Velikov <emil.velikov at collabora.com>

As pointed out by the w3c validator.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 docs/submittingpatches.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index e5350bdb2cf..b84f01c3b37 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -156,9 +156,11 @@ As mentioned at the begining, patches should be bisectable.
 A good way to test this is to make use of the `git rebase` command,
 to run your tests on each commit. Assuming your branch is based off
 <code>origin/master</code>, you can run:
+</p>
 <pre>
 $ git rebase --interactive --exec "make check" origin/master
 </pre>
+<p>
 replacing <code>"make check"</code> with whatever other test you want to
 run.
 </p>
-- 
2.19.1



More information about the mesa-dev mailing list