On Wed, 15 Jan 2020, Tobias Burnus wrote:
> Regarding the patch, I enclosed a revised version.

I have applied the following markup fix on top.  Not a bug (in
HTML 5, it would have been in XHTML), though surely not what you
intended...

Gerald

- Log -----------------------------------------------------------------
commit aa1665da66b064f53e5c99a09894003b53779baa
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Sat Jan 18 13:01:10 2020 +0100

    Close a list item instead of opening an empty one.

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 76a4ed9c..66440102 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -276,7 +276,7 @@ a work-in-progress.</p>
     Some of these extensions are permitted with the
     <code>-fallow-invalid-boz</code>, where the error is degraded to a
     warning and the code is compiled as with older gfortran.
-  <li>
+  </li>
   <li>
     At any optimization level except<code>-Os</code>, gfortran now
     uses inline packing for arguments instead of calling a library

Reply via email to