diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-12 09:05:22 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-12 08:03:30 -0600 |
commit | df2be226d9ca6772eb4615ce0670e66667b86691 (patch) | |
tree | 5187783b08e5f4f616a548773b6126b64013d97e /docs/helpwanted.html | |
parent | 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (diff) |
docs: fix html end/start tags
for more well-formed html
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/helpwanted.html')
-rw-r--r-- | docs/helpwanted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 4241e24f35..444c12b5a9 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -55,14 +55,14 @@ Then post a message to propose what you want to do, just to make sure 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. |