From: Erik Faye-Lund Date: Thu, 16 Jan 2020 16:56:13 +0000 (+0100) Subject: docs: do not double-close link tag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be95c816a7d27e3dc29bc75878e0857f447d804a;p=mesa.git docs: do not double-close link tag Fixes: f8148d0cc17 "docs: remove mailing list as way of submitting patches" Acked-by: Dylan Baker Reviewed-by: Eric Engestrom Tested-by: Marge Bot Part-of: --- diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index de27e6d9d8b..ce51141576c 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -42,8 +42,8 @@ components. git bisect.)
  • Patches should be properly formatted.
  • Patches should be sufficiently tested before submitting. -
  • Patches should be submitted via a merge request -for review. +
  • Patches should be submitted via a merge request for +review.