In HTML we have to use "<" instead of a literal "<". We could use a
literal ">" instead of ">" I believe, just since already here and for
consistency I changed that one as well.
Pushed.
Gerald
---
htdocs/gcc-16/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index c268b788a..40fa8a787 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -592,7 +592,7 @@ struct Affected : E
<li>C & C++ support for packed boolean vectors has been added enabling the
use of normal operators with SVE booleans.
</li>
- <li>The C++ spaceship operator (<code><=></code>) has been optimized.</li>
+ <li>The C++ spaceship operator (<code><=></code>) has been
optimized.</li>
<li>Function Multi Versioning (FMV) is no longer experimental and is now
fully supported.
--
2.54.0