docs/submittingpatches.html: correctly handle the <p> tag
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 7 Nov 2018 16:02:58 +0000 (16:02 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 15 Nov 2018 15:48:13 +0000 (15:48 +0000)
As pointed out by the w3c validator.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
docs/submittingpatches.html

index e5350bdb2cfe126fce66d726d8db0c72dd7ff1b0..b84f01c3b3702507a274244303e66eac18d0cb0e 100644 (file)
@@ -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>