[pushed] wwwdocs: gcc-5: Fix markup after AVR changes

Message ID 20250309223852.2405233F12@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: gcc-5: Fix markup after AVR changes |

Commit Message

Gerald Pfeifer March 9, 2025, 10:38 p.m. UTC
  HTML 5 again uses <br> over <br/> or <br/ >.

(I pushed this some 10 days ago.)

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

Patch

diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 5035ed3c..6c04a70b 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -728,7 +728,7 @@  here</a>.</p>
     If the compiler is used together with AVR-LibC, this requires at
     least GCC&nbsp;5.2 and a version of AVR-LibC which implements
     <a href="https://savannah.nongnu.org/bugs/?44574">feature #44574</a>.
-    <br/><br/>
+    <br>
     As a consequence, the compiler no more supports individual devices
     like ATmega8.
     Specifying, say, <code>-mmcu=atmega8</code> triggers the usage of the