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(-)

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
-- 
2.48.1

Reply via email to