A minor markup change.

Pushed.

Gerald

---
 htdocs/gcc-15/changes.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 2fd7aa90..bfd98496 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -75,9 +75,9 @@ a work-in-progress.</p>
 <h3 id="cxx">C++</h3>
 
 <ul>
-       <li>Inline assembler statements now support
-       <a 
href="https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html";><code>constexpr</code>
 generated strings</a>,
-         analoguous to static_assert.</li>
+  <li>Inline assembler statements now support
+    <a 
href="https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html";><code>constexpr</code>
 generated strings</a>,
+    analoguous to <code>static_assert</code>.</li>
   <li>
     <!-- commit r15-2117-g313afcfdabeab3 -->
     Qualified name lookup failure into the current instantiation, e.g.
-- 
2.45.2

Reply via email to