docs: fix html end/start tags

for more well-formed html

Signed-off-by: Brian Paul <brianp@vmware.com>
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index 4241e24..444c12b 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -55,14 +55,14 @@
 there's no issues.
 </p>
 
-</p>
+<p>
 Anyone is welcome to contribute code to the Mesa project.
 By doing so, it's assumed that you agree to the code's licensing terms.
 </p>
 
 <p>
 Finally:
-<p>
+</p>
 
 <ol>
 <li>Try to write high-quality code that follows the existing style.