[pushed] wwwdocs: gcc-16: Drop extraneous </li>

Message ID 20260404124024.2074519BFFA@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: gcc-16: Drop extraneous </li> |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Gerald Pfeifer April 4, 2026, 12:40 p.m. UTC
  A little fix-up.

Pushed.

Gerald
---
 htdocs/gcc-16/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index c311fa2c..a921e805 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -37,7 +37,7 @@  a work-in-progress.</p>
   <li>The <code>-pthread</code> option no longer
       predefines <code>_REENTRANT</code> on Solaris.
       See <a href="porting_to.html#solaris">the porting notes</a> for more
-      information.</li></li>
+      information.</li>
 </ul>