public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] wwwdocs: gcc-13: Escape < and > as &lt; and &gt;
@ 2023-03-10 17:39 Gerald Pfeifer
  2023-03-12 21:35 ` Gaius Mulley
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Pfeifer @ 2023-03-10 17:39 UTC (permalink / raw)
  To: gcc-patches, Gaius Mulley

Note that in HTML < and > have a special meaning, so we cannot simply 
write "<* noreturn *>", but need to escape it as "&lt;* noreturn *&gt;".

Pushed.

Gerald

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

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 17be7e7c..209c13cd 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -383,7 +383,7 @@ a work-in-progress.</p>
     support for the ISO/IEC 10514-1, PIM2, PIM3, PIM4 dialects
     together with a complete set of ISO/IEC 10514-1 and PIM
     libraries.</li>
-  <li>The <code><* noreturn *></code> attribute is supported
+  <li>The <code>&lt;* noreturn *&gt;</code> attribute is supported
     with the <code>-Wreturn-type</code>
     <a href="https://gcc.gnu.org/onlinedocs/m2/Compiler-options.html">
       option</a>.</li>
-- 
2.39.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pushed] wwwdocs: gcc-13: Escape < and > as &lt; and &gt;
  2023-03-10 17:39 [pushed] wwwdocs: gcc-13: Escape < and > as &lt; and &gt; Gerald Pfeifer
@ 2023-03-12 21:35 ` Gaius Mulley
  0 siblings, 0 replies; 2+ messages in thread
From: Gaius Mulley @ 2023-03-12 21:35 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

Gerald Pfeifer <gerald@pfeifer.com> writes:

> Note that in HTML < and > have a special meaning, so we cannot simply 
> write "<* noreturn *>", but need to escape it as "&lt;* noreturn *&gt;".
>
> Pushed.
>
> Gerald

apologies and thanks for correcting this bug

regards,
Gaius

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-12 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 17:39 [pushed] wwwdocs: gcc-13: Escape < and > as &lt; and &gt; Gerald Pfeifer
2023-03-12 21:35 ` Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).