[committed] wwwdocs: gcc-12: Fix HTML around RISC-V entries

Message ID 20220521222936.4C94033EEC@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: gcc-12: Fix HTML around RISC-V entries |

Commit Message

Gerald Pfeifer May 21, 2022, 10:29 p.m. UTC
  I'm not sure when that sneaked in (and it predates that last entry),
but </li> followed by </li> is one too many in any case. :-)

Pushed.

Gerald
---
 htdocs/gcc-12/changes.html | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Kito Cheng May 23, 2022, 2:44 a.m. UTC | #1
Thank you, Gerald :)

On Sun, May 22, 2022 at 6:29 AM Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
> I'm not sure when that sneaked in (and it predates that last entry),
> but </li> followed by </li> is one too many in any case. :-)
>
> Pushed.
>
> Gerald
> ---
>  htdocs/gcc-12/changes.html | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
> index 3b94378e..ae03c3c6 100644
> --- a/htdocs/gcc-12/changes.html
> +++ b/htdocs/gcc-12/changes.html
> @@ -820,7 +820,6 @@ function Multiply (S1, S2 : Sign) return Sign is
>      <li>libstdc++ no longer attempts to detect built-in atomics.
>         Distributions that have out-of-tree workarounds for
>         <code>-latomic</code> should check their ABIs again.</li>
> -  </li>
>  </ul>
>
>  <!-- <h3 id="rx">RX</h3> -->
> --
> 2.36.0
>
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 3b94378e..ae03c3c6 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -820,7 +820,6 @@  function Multiply (S1, S2 : Sign) return Sign is
     <li>libstdc++ no longer attempts to detect built-in atomics.
 	Distributions that have out-of-tree workarounds for
 	<code>-latomic</code> should check their ABIs again.</li>
-  </li>
 </ul>
 
 <!-- <h3 id="rx">RX</h3> -->