This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 95386da9bcf103eab725db672fc23a2ea7a6468e (commit) from 978fe8040edc3f752814f46b8ccc2cdc508489df (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 95386da9bcf103eab725db672fc23a2ea7a6468e Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Wed Feb 12 23:27:31 2025 +0000 gcc-15: Fix HTML validation error It appears that bin/preprocess-html.py introduces HTML errors when an <h1>...<h4> element contains a nested hyperlink. My recent gcc-15 release note changes passed validation when checked via file upload, but not after commit via file link. It seems the easiest fix is just to remove the offending <a> element. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 9359e562..7638d3d5 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -65,7 +65,7 @@ a work-in-progress.</p> <!-- .................................................................. --> <h2 id="languages">New Languages and Language specific improvements</h2> -<h3 id="openmp"><a href="../projects/gomp/">OpenMP</a></h3> +<h3 id="openmp">OpenMP</h3> <ul> <li> Support for unified-shared memory has been added for some AMD and Nvidia ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs