On Tue, 20 Jun 2023, Jason Merrill via Gcc-patches wrote:
> As announced on gcc@.

Here is a minor follow-up that I just pushed.

Gerald


>From f87deaa12cccb4b7398a8ec3b306cb4185aae012 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <ger...@pfeifer.com>
Date: Fri, 30 Jun 2023 14:59:27 +0200
Subject: [PATCH] conduct: Fix nested lists

---
 htdocs/conduct.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/conduct.html b/htdocs/conduct.html
index 8fb62e86..da940a47 100644
--- a/htdocs/conduct.html
+++ b/htdocs/conduct.html
@@ -61,7 +61,7 @@ affect a person's ability to participate within them.</p>
   <li><strong>Be careful in the words that you choose.</strong> Be kind to
   others. Do not insult or put down other participants. Harassment and other
   exclusionary behavior aren't acceptable. This includes, but is not limited
-  to:</li>
+  to:
 
   <ul>
     <li>Violent threats or language directed against another person.</li>
@@ -73,6 +73,7 @@ affect a person's ability to participate within them.</p>
     <li>Advocating for, or encouraging, any of the above behavior.</li>
     <li>Repeated harassment of others. In general, if someone asks you to 
stop, then stop.</li>
   </ul>
+  </li>
 
   <li><strong>When we disagree, try to understand why.</strong> Disagreements,
   both social and technical, happen all the time and the GCC community is no
-- 
2.41.0

Reply via email to