public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: *: Use <br> instead of <br />
@ 2022-10-18 21:12 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-10-18 21:12 UTC (permalink / raw)
  To: gcc-patches

In the past we used <br /> as the canonical form instead of <br>,
largely driven by XHTML. HTML 5 now actively recommends against
that, so fall back to <br>.

Pushed.

Gerald
---
 htdocs/branching.html                       |   2 +-
 htdocs/bugs/management.html                 |   2 +-
 htdocs/codingconventions.html               |   4 +-
 htdocs/egcs-1.0/buildstat.html              |  78 +++---
 htdocs/egcs-1.0/caveats.html                |   2 +-
 htdocs/egcs-1.0/features.html               |   2 +-
 htdocs/egcs-1.0/index.html                  |   8 +-
 htdocs/egcs-1.1/buildstat.html              |  84 +++----
 htdocs/egcs-1.1/caveats.html                |   2 +-
 htdocs/egcs-1.1/egcs-1.1-branch.html        |   4 +-
 htdocs/egcs-1.1/egcs-1.1-test.html          |  18 +-
 htdocs/egcs-1.1/index.html                  |   6 +-
 htdocs/gcc-2.95/branch.html                 |   4 +-
 htdocs/gcc-2.95/buildstat.html              | 166 ++++++-------
 htdocs/gcc-2.95/caveats.html                |   2 +-
 htdocs/gcc-2.95/othertest.html              |   2 +-
 htdocs/gcc-2.95/regress.html                |  10 +-
 htdocs/gcc-2.95/testing.html                |   6 +-
 htdocs/gcc-3.0/buildstat.html               |  46 ++--
 htdocs/gcc-3.0/index.html                   |   6 +-
 htdocs/gcc-3.1/buildstat.html               |  42 ++--
 htdocs/gcc-3.1/changes.html                 |   2 +-
 htdocs/gcc-3.2/buildstat.html               |  64 ++---
 htdocs/gcc-3.2/changes.html                 |   2 +-
 htdocs/gcc-3.3/buildstat.html               |  58 ++---
 htdocs/gcc-3.3/changes.html                 |   2 +-
 htdocs/gcc-3.4/buildstat.html               |  50 ++--
 htdocs/gcc-3.4/changes.html                 |   2 +-
 htdocs/gcc-4.0/buildstat.html               |  36 +--
 htdocs/gcc-4.0/changes.html                 |   6 +-
 htdocs/gcc-4.1/buildstat.html               |  18 +-
 htdocs/gcc-4.1/changes.html                 |   8 +-
 htdocs/gcc-4.2/buildstat.html               |   8 +-
 htdocs/gcc-4.2/changes.html                 |   2 +-
 htdocs/gcc-4.3/buildstat.html               |   4 +-
 htdocs/gcc-4.3/changes.html                 |   2 +-
 htdocs/gcc-4.3/porting_to.html              |   2 +-
 htdocs/gcc-4.4/changes.html                 |   2 +-
 htdocs/gcc-4.4/porting_to.html              |   2 +-
 htdocs/gcc-4.5/changes.html                 |   2 +-
 htdocs/gcc-4.6/changes.html                 |  22 +-
 htdocs/gcc-4.7/changes.html                 |   2 +-
 htdocs/gcc-4.8/changes.html                 |   6 +-
 htdocs/gcc-4.9/changes.html                 |   2 +-
 htdocs/gcc-5/changes.html                   |   2 +-
 htdocs/gcc-6/changes.html                   |   2 +-
 htdocs/gcc-7/changes.html                   |   2 +-
 htdocs/gitwrite.html                        |   4 +-
 htdocs/lists.html                           |  10 +-
 htdocs/mirrors.html                         |  14 +-
 htdocs/news.html                            |  16 +-
 htdocs/news/dfa.html                        |   2 +-
 htdocs/news/egcs-vcg.html                   |   2 +-
 htdocs/news/gcse.html                       |   4 +-
 htdocs/projects/cfo.html                    |   8 +-
 htdocs/projects/cpplib.html                 |   2 +-
 htdocs/projects/cxx-status.html             |   8 +-
 htdocs/projects/h8300-abi.html              |  18 +-
 htdocs/projects/tree-profiling.html         |   2 +-
 htdocs/projects/tree-ssa/tree-browser.html  |   4 +-
 htdocs/projects/tree-ssa/vectorization.html |   6 +-
 htdocs/readings.html                        | 256 ++++++++++----------
 htdocs/search.html                          |   8 +-
 htdocs/searchbox.ihtml                      |   2 +-
 htdocs/simtest-howto.html                   |  18 +-
 htdocs/style.mhtml                          |  54 ++---
 66 files changed, 622 insertions(+), 622 deletions(-)

diff --git a/htdocs/branching.html b/htdocs/branching.html
index 08654534..0d48dce1 100644
--- a/htdocs/branching.html
+++ b/htdocs/branching.html
@@ -67,7 +67,7 @@ version number of the mainline snapshots.
 Run <code>git pull</code> in the <code>gcc-checkout</code> directory of
 the gccadmin account, and then actually install the updated crontab
 there.
-<br />
+<br>
 Generate the next mainline snapshot manually, using the <code>-p</code>
 option of the <code>gcc_release</code> script.  For that single run,
 adjust the script such that the announcement mail is sent to you
diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html
index 326ed5a2..28dfa76a 100644
--- a/htdocs/bugs/management.html
+++ b/htdocs/bugs/management.html
@@ -124,7 +124,7 @@ The available priorities are:
   <th>P1</th>
   <td>Most important.  This generally labels a regression which the
     release manager feels should be addressed for the next release
-    including wrong-code regressions.<br />
+    including wrong-code regressions.<br>
     A P1 regression blocks the release.
   </td>
 </tr><tr>
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index 56c77555..c793058f 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -693,8 +693,8 @@ ltcf-gcj.sh: The master copy of these files is the source repository of
 libtool</a>.  Patches should be posted to <a
 href="mailto:libtool-patches@gnu.org">libtool-patches@gnu.org</a>.
 Only after the change makes it to the libtool source tree should the new
-files be installed in the GCC source tree.<br />
-ltgcc.m4 is not imported from upstream.<br />
+files be installed in the GCC source tree.<br>
+ltgcc.m4 is not imported from upstream.<br>
 ltconfig and ltmain.sh are generated files from ltconfig.in and
 ltmain.in, respectively, and with libtool 2.1, the latter is generated
 from ltmain.m4sh, so, when you post the patch, make sure you're
diff --git a/htdocs/egcs-1.0/buildstat.html b/htdocs/egcs-1.0/buildstat.html
index ceead4ad..b37d705e 100644
--- a/htdocs/egcs-1.0/buildstat.html
+++ b/htdocs/egcs-1.0/buildstat.html
@@ -16,23 +16,23 @@ to gcc-2.7 are noted.</p>
 <p>It looks like many ports are regressing on g++.pt/typename5.C.  It is not
 included in the regression test status below.</p>
 
-<p><b>alpha-dec-osf2.0</b><br />
+<p><b>alpha-dec-osf2.0</b><br>
 3-staged native.  No gcc-2.7 results to compare with, but EGCS test results
 look good.</p>
 
-<p><b>alpha-dec-osf3.2</b><br />
+<p><b>alpha-dec-osf3.2</b><br>
 3-staged native.  No regressions.</p>
 
-<p><b>alpha-dec-osf4.0</b><br />
+<p><b>alpha-dec-osf4.0</b><br>
 3-staged native.  Testing in progress.</p>
 
-<p><b>alphaev56-dec-osf4.0b</b><br />
+<p><b>alphaev56-dec-osf4.0b</b><br>
 3 staged native.  Note EGCS 1.0 treats ev56 just like ev5.</p>
 
-<p><b>alphaev5-unknown-linux-gnulibc1</b><br />
+<p><b>alphaev5-unknown-linux-gnulibc1</b><br>
 3-staged native using binutils-2.8.1.  No regressions.</p>
 
-<p><b>hppa1.1-hp-hpux9</b><br />
+<p><b>hppa1.1-hp-hpux9</b><br>
 3-staged native using HP assembler.  Major regressions in g++ testsuite
 due to problems with EH on this platform.  We recommend using gas on this
 platform.</p>
@@ -43,17 +43,17 @@ platform.</p>
 apparently EH &amp; -fPIC are not playing well together on this 
 configuration.</p>
 
-<p><b>hppa1.1-hp-hpux10.20</b><br />
+<p><b>hppa1.1-hp-hpux10.20</b><br>
 3-staged native using gas.  No regressions.</p>
 
 <p>3-staged native using gas and --enable-shared.  Many EH tests fail,
 apparently EH &amp; -fPIC are not playing well together on this 
 configuration.</p>
 
-<p><b>i686-pc-linux-gnulibc1 Debian 1.3</b><br />
+<p><b>i686-pc-linux-gnulibc1 Debian 1.3</b><br>
 3-staged native using binutils-2.8.0.1.15.  No regressions.</p>
 
-<p><b>i586-pc-linux-gnulibc1 SuSE 5.0</b><br />
+<p><b>i586-pc-linux-gnulibc1 SuSE 5.0</b><br>
 3 staged native using binutils-2.8.1.0.15  No regressions.  Minor EH failures
 due to slightly dated binutils.</p>
 
@@ -61,87 +61,87 @@ due to slightly dated binutils.</p>
 failures, probably due to old binutils too.</p>
 
 
-<p><b>i386-pc-sysv4.2uw2.1.2</b><br />
+<p><b>i386-pc-sysv4.2uw2.1.2</b><br>
 3 staged native with BOOT_CFLAGS='-march=pentiumpro -O3 -malign-jumps=4 -malign-loops=4 -malign-functions=4'  Look like there's some problems with libstdc++ tests.</p>
 
-<p><b>i386-linux-gnulibc1</b><br /></p>
-<p><b>i586-pc-linux-gnu</b><br /></p>
-<p><b>i586-pc-linux-gnulibc1 RH4.2</b><br /></p>
+<p><b>i386-linux-gnulibc1</b><br></p>
+<p><b>i586-pc-linux-gnu</b><br></p>
+<p><b>i586-pc-linux-gnulibc1 RH4.2</b><br></p>
 
-<p><b>i?86-pc-solaris*</b><br />
+<p><b>i?86-pc-solaris*</b><br>
 You'll need a patch to fix an EGCS bug on this platform (fixed as of
 EGCS 1.0.1).</p>
 <!-- faq.html#x86solaris, the relevant patch, was removed in
 version 1.65 of faq.html -->
 
 
-<p><b>i386-pc-bsdi3.0</b><br /></p>
-<p><b>i386-freebsd</b><br /></p>
+<p><b>i386-pc-bsdi3.0</b><br></p>
+<p><b>i386-freebsd</b><br></p>
 
-<p><b>i586-pc-sco3.2v5.0.2</b><br />
+<p><b>i586-pc-sco3.2v5.0.2</b><br>
 3 staged native.</p>
 
-<p><b>i586-pc-sco3.2v5.0.4</b><br />
+<p><b>i586-pc-sco3.2v5.0.4</b><br>
 3-staged native using native assembler.  Tests look good.</p>
 
-<p><b>i686-pc-linux-gnulibc1 Slackware 3.1</b><br />
+<p><b>i686-pc-linux-gnulibc1 Slackware 3.1</b><br>
 3 staged native tests look good.</p>
 
-<p><b>i586-pc-linux-gnulibc1 RH4.0</b><br /></p>
-<p><b>i486-l586-pc-linux-gnulibc1 SuSE 4.4.1#1</b><br /></p>
+<p><b>i586-pc-linux-gnulibc1 RH4.0</b><br></p>
+<p><b>i486-l586-pc-linux-gnulibc1 SuSE 4.4.1#1</b><br></p>
 
-<p><b>mips-sgi-irix4.0.4</b><br />
+<p><b>mips-sgi-irix4.0.4</b><br>
 3 staged native EH tests fail badly for irix4.</p>
 
-<p><b>mips-sgi-irix5.2</b><br /></p>
+<p><b>mips-sgi-irix5.2</b><br></p>
 
-<p><b>mips-sgi-irix5.3</b><br />
+<p><b>mips-sgi-irix5.3</b><br>
 3-staged native g++.jason/dtor5.C regressions.</p>
 
-<p><b>mips-sgi-irix6.2</b><br />
+<p><b>mips-sgi-irix6.2</b><br>
 3-staged native.  g++.jason/rfg10.C regression.</p>
 
-<p><b>mips-sgi-irix6.3</b><br />
+<p><b>mips-sgi-irix6.3</b><br>
 3-staged native. g++.jason/rfg10.C regression.</p>
 
-<p><b>m68k-unknown-linux-gnulibc1</b><br />
+<p><b>m68k-unknown-linux-gnulibc1</b><br>
 3-staged native.</p>
 
-<p><b>m68k-hp-netbsd1.2</b><br /></p>
+<p><b>m68k-hp-netbsd1.2</b><br></p>
 
-<p><b>m68k-next-nextstep3</b><br />
+<p><b>m68k-next-nextstep3</b><br>
 3-staged native.  Much better than gcc-2.7.2.3 for C code.</p>
 
-<p><b>m68k-sun-sunos4.1.1</b><br /></p>
+<p><b>m68k-sun-sunos4.1.1</b><br></p>
 
-<p><b>rs6000-ibm-aix4.3.2</b><br /></p>
+<p><b>rs6000-ibm-aix4.3.2</b><br></p>
 
-<p><b>powerpc-ibm-aix4.1.5</b><br />
+<p><b>powerpc-ibm-aix4.1.5</b><br>
 3-staged native.  931004-11 and 931004-12 regress.</p>
 
-<p><b>powerpc-ibm-aix4.2.1.0</b><br />
+<p><b>powerpc-ibm-aix4.2.1.0</b><br>
 3 staged native. 931004-11 , 931004-12 a few g++ tests too.  Note we have
 conflicting g++ test results on this platform.</p>
 
-<p><b>powerpc-ibm-aix4.2</b><br /></p>
+<p><b>powerpc-ibm-aix4.2</b><br></p>
 
-<p><b>powerpc-unknown-linux-gnulibc1</b><br />
+<p><b>powerpc-unknown-linux-gnulibc1</b><br>
 3-staged native --enable shared (PowerMac).</p>
 
-<p><b>sparc-sun-solaris2.6</b><br />
+<p><b>sparc-sun-solaris2.6</b><br>
 3-staged native ultrasparc 2.</p>
 
-<p><b>sparc-sun-solaris2.5</b><br />
+<p><b>sparc-sun-solaris2.5</b><br>
 3 staged native --enable-haifa  no regressions.</p>
 
-<p><b>sparc-sun-solaris2.5.1</b><br />
+<p><b>sparc-sun-solaris2.5.1</b><br>
 3-staged native.</p>
 
 <p>3-staged native --enable-haifa no regressions.</p>
 
 <p>3-staged native --enable-shared --with-gnu-gas --with-gnu-ld.</p>
 
-<p><b>sparc-sun-sunos4.1.3</b><br /></p>
+<p><b>sparc-sun-sunos4.1.3</b><br></p>
 
 </body>
 </html>
diff --git a/htdocs/egcs-1.0/caveats.html b/htdocs/egcs-1.0/caveats.html
index 4142e2f0..8a72b9d9 100644
--- a/htdocs/egcs-1.0/caveats.html
+++ b/htdocs/egcs-1.0/caveats.html
@@ -12,7 +12,7 @@
   <li>EGCS has an integrated libstdc++, but does not have an integrated libg++.
   Furthermore old libg++ releases will not work with egc; HJ Lu has made a 
   libg++-2.8.1.2 available which may work with EGCS.
-  <br />Note most C++ programs only need libstdc++.</li>
+  <br>Note most C++ programs only need libstdc++.</li>
 
   <li>Note that using -pedantic or -Wreturn-type can cause an explosion in the
   amount of memory needed for template-heavy C++ code, such as code that uses
diff --git a/htdocs/egcs-1.0/features.html b/htdocs/egcs-1.0/features.html
index e1765723..d6cad78e 100644
--- a/htdocs/egcs-1.0/features.html
+++ b/htdocs/egcs-1.0/features.html
@@ -33,7 +33,7 @@
   Support for RTEMS on several embedded targets, 
   Support for arm-linux,
   Mitsubishi M32R, Hitachi H8/S, Matsushita MN102 and MN103, NEC V850,
-  Sparclet, Solaris &amp; GNU/Linux on PowerPCs, etc.<br /></li>
+  Sparclet, Solaris &amp; GNU/Linux on PowerPCs, etc.<br></li>
   <li>Integrated testsuites for gcc, g++, g77, libstdc++ and libio.</li>
   <li>RS6000/PowerPC ports generate code which can run on all RS6000/PowerPC
   variants by default.</li>
diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html
index f1109739..7fd8dbbb 100644
--- a/htdocs/egcs-1.0/index.html
+++ b/htdocs/egcs-1.0/index.html
@@ -9,11 +9,11 @@
 <h1>EGCS 1.0</h1>
 
 <p>December 3, 1997:
-   We are pleased to announce the release of EGCS 1.0.<br />
+   We are pleased to announce the release of EGCS 1.0.<br>
 January 6, 1998:
-   We are pleased to announce the release of EGCS 1.0.1.<br />
+   We are pleased to announce the release of EGCS 1.0.1.<br>
 March 16, 1998:
-   We are pleased to announce the release of EGCS 1.0.2.<br />
+   We are pleased to announce the release of EGCS 1.0.2.<br>
 May 15, 1998
    We are pleased to announce the release of EGCS 1.0.3.
 </p>
@@ -216,7 +216,7 @@ downloading EGCS (go.cygnus.com)!</p>
 <p>Download EGCS from ftp.cygnus.com (USA California) or
 go.cygnus.com (USA California -- High speed link provided by Stanford).</p>
 
-<p>The EGCS 1.0 release is also available many mirror sites.<br />
+<p>The EGCS 1.0 release is also available many mirror sites.<br>
 <a href="../mirrors.html">Goto mirror list to find a closer site</a></p>
 
 <p>We'd like to thank the numerous people that have contributed new
diff --git a/htdocs/egcs-1.1/buildstat.html b/htdocs/egcs-1.1/buildstat.html
index 5c6218ec..67d69df4 100644
--- a/htdocs/egcs-1.1/buildstat.html
+++ b/htdocs/egcs-1.1/buildstat.html
@@ -10,130 +10,130 @@
 <body>
 <h1>Build and Test status for EGCS 1.1</h1>
 
-<p><b>alpha-dec-osf3.2</b><br />
+<p><b>alpha-dec-osf3.2</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0b</b><br />
+<p><b>alphaev56-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0d</b><br />
+<p><b>alphaev56-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev56-unknown-linux-gnu</b><br />
+<p><b>alphaev56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphaev5-unknown-linux-gnu</b><br />
+<p><b>alphaev5-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphapca56-unknown-linux-gnu</b><br />
+<p><b>alphapca56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux9.05</b><br />
+<p><b>hppa1.1-hp-hpux9.05</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux9.07</b><br />
+<p><b>hppa1.1-hp-hpux9.07</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.20</b><br />
+<p><b>hppa1.1-hp-hpux10.20</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux11.00</b><br />
+<p><b>hppa1.1-hp-hpux11.00</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.6</b><br />
+<p><b>i386-pc-solaris2.6</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.7</b><br />
+<p><b>i386-pc-solaris2.7</b><br>
 Successful</p>
 
-<p><b>i386-unknown-freebsd3.1</b><br />
+<p><b>i386-unknown-freebsd3.1</b><br>
 Successful</p>
 
-<p><b>i386-unknown-openbsd2.3</b><br />
+<p><b>i386-unknown-openbsd2.3</b><br>
 Had to hack gcc/configure.in.  Troubles with texinfo, but a successful build
 was eventually possible.</p>
-<p><b>i586-unknown-linux-gnulibc1</b><br />
+<p><b>i586-unknown-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>i586-unknown-linux-gnu Debian</b><br />
+<p><b>i586-unknown-linux-gnu Debian</b><br>
 Successful</p>
 
-<p><b>i686-unknown-linux-gnu</b><br />
+<p><b>i686-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i686-pc-cygwin32</b><br />
+<p><b>i686-pc-cygwin32</b><br>
 Successful</p>
 
-<p><b>i686-UnixWare7-sysv5</b><br />
+<p><b>i686-UnixWare7-sysv5</b><br>
 Successful</p>
 
-<p><b>i686-pc-sco3.2v5.0.4</b><br />
+<p><b>i686-pc-sco3.2v5.0.4</b><br>
 Successful</p>
 
-<p><b>i686-pc-sco3.2v5.0.5</b><br />
+<p><b>i686-pc-sco3.2v5.0.5</b><br>
 Successful</p>
 
-<p><b>x86-unknown-linux-gnu Red Hat 5.1</b><br />
+<p><b>x86-unknown-linux-gnu Red Hat 5.1</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix5.2</b><br />
+<p><b>mips-sgi-irix5.2</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix5.3</b><br />
+<p><b>mips-sgi-irix5.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.2</b><br />
+<p><b>mips-sgi-irix6.2</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.3</b><br />
+<p><b>mips-sgi-irix6.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.4</b><br />
+<p><b>mips-sgi-irix6.4</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.5</b><br />
+<p><b>mips-sgi-irix6.5</b><br>
 Successful</p>
 
-<p><b>m68k-next-nextstep3</b><br />
+<p><b>m68k-next-nextstep3</b><br>
 Successful</p>
 
-<p><b>powerpc-unknown-linux-gnulibc1</b> <br />
+<p><b>powerpc-unknown-linux-gnulibc1</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix3.2</b> <br />
+<p><b>rs6000-ibm-aix3.2</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.1.4.0</b> <br />
+<p><b>rs6000-ibm-aix4.1.4.0</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.1.5.0</b> <br />
+<p><b>rs6000-ibm-aix4.1.5.0</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.2.0.0</b> <br />
+<p><b>rs6000-ibm-aix4.2.0.0</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.2.1.0</b> <br />
+<p><b>rs6000-ibm-aix4.2.1.0</b> <br>
 Successful</p>
 
-<p><b>sparc-unknown-linux-gnu (sun4m)</b> <br />
+<p><b>sparc-unknown-linux-gnu (sun4m)</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.3</b> <br />
+<p><b>sparc-sun-solaris2.3</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5</b> <br />
+<p><b>sparc-sun-solaris2.5</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5.1</b> <br />
+<p><b>sparc-sun-solaris2.5.1</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.6</b> <br />
+<p><b>sparc-sun-solaris2.6</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.7</b> <br />
+<p><b>sparc-sun-solaris2.7</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-sunos4.1.4</b> <br />
+<p><b>sparc-sun-sunos4.1.4</b> <br>
 Successful</p>
 
 </body>
diff --git a/htdocs/egcs-1.1/caveats.html b/htdocs/egcs-1.1/caveats.html
index ca1004ac..a033ebfb 100644
--- a/htdocs/egcs-1.1/caveats.html
+++ b/htdocs/egcs-1.1/caveats.html
@@ -12,7 +12,7 @@
   <li>EGCS has an integrated libstdc++, but does not have an integrated libg++.
   Furthermore old libg++ releases will not work with EGCS; HJ Lu has made a 
   libg++-2.8.1.2 snapshot available which may work with EGCS.
-  <br />Note most C++ programs only need libstdc++.</li>
+  <br>Note most C++ programs only need libstdc++.</li>
 
   <li> Exception handling may not work with shared libraries, particularly
   on alphas, hppas, rs6000/powerpc and mips based platforms.  Exception
diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html
index 85df32eb..34c91688 100644
--- a/htdocs/egcs-1.1/egcs-1.1-branch.html
+++ b/htdocs/egcs-1.1/egcs-1.1-branch.html
@@ -17,11 +17,11 @@ situation you have three choices for handling your CVS tree.</p>
        EGCS sources.</li>
   <li> Track just the EGCS 1.1 release.  You can convert your existing CVS tree
        to track the EGCS 1.1 release with the command:
-       <br /><code>cvs update -regcs_1_1_branch</code></li>
+       <br><code>cvs update -regcs_1_1_branch</code></li>
   <li> Track both the EGCS 1.1 release and the development sources.  You will
        need to check out the EGCS 1.1 release in a separate directory using the
        command:
-       <br /><code>cvs co -regcs_1_1_branch egcs</code></li>
+       <br><code>cvs co -regcs_1_1_branch egcs</code></li>
 </ol>
 
 <p>Considering that the primary focus of the project is on the egc-1.1 release,
diff --git a/htdocs/egcs-1.1/egcs-1.1-test.html b/htdocs/egcs-1.1/egcs-1.1-test.html
index 36eff1a5..89b8c293 100644
--- a/htdocs/egcs-1.1/egcs-1.1-test.html
+++ b/htdocs/egcs-1.1/egcs-1.1-test.html
@@ -19,28 +19,28 @@
        (x86, alpha, SPARC).  Testing on powerpc and m68k would also be
        appreciated.
 
-       <br />We are testing a development version of glibc.  The sources for
+       <br>We are testing a development version of glibc.  The sources for
        testing can be found on the egcs ftp server.
  
-       <br />x86 has successfully passed the glibc test.
-       <br />ppc has passed using different versions of the glibc sources
-       <br />alpha "passed" (failures were glibc problems, not compiler problems).
-       <br />SPARC builds and passes all glibc testsuites.
+       <br>x86 has successfully passed the glibc test.
+       <br>ppc has passed using different versions of the glibc sources
+       <br>alpha "passed" (failures were glibc problems, not compiler problems).
+       <br>SPARC builds and passes all glibc testsuites.
        </li>
 
   <li> Linux kernel builds and runs (and 2.1.115).  Platforms will be
        x86, alpha.  SPARC &amp; PowerPC kernel tests would also be greatly
        appreciated.
 
-       <br />x86 has passed the kernel test (2.1.115)
+       <br>x86 has passed the kernel test (2.1.115)
 
-       <br />PowerPC has passed using different versions of the kernel
+       <br>PowerPC has passed using different versions of the kernel
 
-       <br />Alpha has had problems with 2.1.115, 2.1.116.  Some success with
+       <br>Alpha has had problems with 2.1.115, 2.1.116.  Some success with
        2.1.117, but it still locks up.  Could be a kernel problem.  A different
        person has reported success with 2.1.115 through 2.1.118.
 
-       <br />SPARC and SPARC64 linux kernels successfully build and work
+       <br>SPARC and SPARC64 linux kernels successfully build and work
        for non-SMP configurations.
        </li>
        
diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html
index 590fb2a3..08674824 100644
--- a/htdocs/egcs-1.1/index.html
+++ b/htdocs/egcs-1.1/index.html
@@ -9,8 +9,8 @@
 
 <h1>EGCS 1.1</h1>
 
-<p>September 3, 1998: We are pleased to announce the release of EGCS 1.1.<br />
-December 1, 1998: We are pleased to announce the release of EGCS 1.1.1.<br />
+<p>September 3, 1998: We are pleased to announce the release of EGCS 1.1.<br>
+December 1, 1998: We are pleased to announce the release of EGCS 1.1.1.<br>
 March 15, 1999: We are pleased to announce the release of EGCS 1.1.2.</p>
 
 <p>EGCS is a free software project to further the development of the
@@ -275,7 +275,7 @@ group of volunteers</a> is what makes EGCS successful.</p>
 
 <p>Download EGCS from egcs.cygnus.com (USA California).</p>
 
-<p>The EGCS 1.1 release is also available on many mirror sites.<br />
+<p>The EGCS 1.1 release is also available on many mirror sites.<br>
 <a href="../mirrors.html">Goto mirror list to find a closer site</a>.</p>
 
 </body>
diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html
index 40e080d3..1f92ed1b 100644
--- a/htdocs/gcc-2.95/branch.html
+++ b/htdocs/gcc-2.95/branch.html
@@ -17,12 +17,12 @@ situation you have three choices for handling your CVS tree.</p>
        gcc sources.</li>
   <li> Track just the GCC 2.95 release.  You can convert your existing CVS tree
        to track the GCC 2.95 release with the command:
-       <br />
+       <br>
        <code>cvs update -rgcc-2_95-branch</code></li>
   <li> Track both the GCC 2.95 release and the development sources.  You will
        need to check out the GCC 2.95 release in a separate directory using the
        command:
-       <br />
+       <br>
        <code>cvs co -rgcc-2_95-branch egcs</code></li>
 </ol>
 
diff --git a/htdocs/gcc-2.95/buildstat.html b/htdocs/gcc-2.95/buildstat.html
index 40dfed15..fdf611db 100644
--- a/htdocs/gcc-2.95/buildstat.html
+++ b/htdocs/gcc-2.95/buildstat.html
@@ -10,257 +10,257 @@
 <body>
 <h1>Build status for GCC 2.95</h1>
 
-<p><b>alpha-dec-osf4.0b</b><br />
+<p><b>alpha-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alpha-dec-osf4.0d</b><br />
+<p><b>alpha-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alpha-dec-osf4.0e</b><br />
+<p><b>alpha-dec-osf4.0e</b><br>
 Successful</p>
 
-<p><b>alpha-dec-osf4.0f</b><br />
+<p><b>alpha-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0b</b><br />
+<p><b>alphaev5-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0d</b><br />
+<p><b>alphaev5-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0d</b><br />
+<p><b>alphaev5-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0f</b><br />
+<p><b>alphaev5-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0b</b><br />
+<p><b>alphaev56-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0c</b><br />
+<p><b>alphaev56-dec-osf4.0c</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0d</b><br />
+<p><b>alphaev56-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0e</b><br />
+<p><b>alphaev56-dec-osf4.0e</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0f</b><br />
+<p><b>alphaev56-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev56-unknown-linux-gnu</b><br />
+<p><b>alphaev56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphaev6-dec-osf4.0e</b><br />
+<p><b>alphaev6-dec-osf4.0e</b><br>
 Successful</p>
 
-<p><b>alphaev6-dec-osf4.0f</b><br />
+<p><b>alphaev6-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev6-dec-osf5.0</b><br />
+<p><b>alphaev6-dec-osf5.0</b><br>
 Successful</p>
 
-<p><b>alphaev6-unknown-linux-gnu</b><br />
+<p><b>alphaev6-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphapca56-unknown-linux-gnu</b><br />
+<p><b>alphapca56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>armv4l-unknown-linux-gnu</b><br />
+<p><b>armv4l-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>clipper-intergraph-clix</b><br />
+<p><b>clipper-intergraph-clix</b><br>
 Successful, but requires hacks</p>
 
-<p><b>hppa1.1-hp-hpux9.00</b><br />
+<p><b>hppa1.1-hp-hpux9.00</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux9.05</b><br />
+<p><b>hppa1.1-hp-hpux9.05</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.01</b><br />
+<p><b>hppa1.1-hp-hpux10.01</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.10</b><br />
+<p><b>hppa1.1-hp-hpux10.10</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.20</b><br />
+<p><b>hppa1.1-hp-hpux10.20</b><br>
 Successful</p>
 
-<p><b>hppa2.0-hp-hpux10.20</b><br />
+<p><b>hppa2.0-hp-hpux10.20</b><br>
 Successful</p>
 
-<p><b>i386-sequent-sysv4</b><br />
+<p><b>i386-sequent-sysv4</b><br>
 Successful</p>
 
-<p><b>i386-univel-sysv4.2MP</b><br />
+<p><b>i386-univel-sysv4.2MP</b><br>
 Successful</p>
 
-<p><b>i386-unknown-freebsdelf</b><br />
+<p><b>i386-unknown-freebsdelf</b><br>
 Successful</p>
 
-<p><b>i386-unknown-netbsd1.4.1</b><br />
+<p><b>i386-unknown-netbsd1.4.1</b><br>
 Successful</p>
 
-<p><b>i386-unknown-openbsd2.5</b><br />
+<p><b>i386-unknown-openbsd2.5</b><br>
 Successful</p>
 
-<p><b>i386-pc-sysv4.2uw2.1.2</b><br />
+<p><b>i386-pc-sysv4.2uw2.1.2</b><br>
 Successful</p>
 
-<p><b>i386-pc-sysv4.2uw2.1.3</b><br />
+<p><b>i386-pc-sysv4.2uw2.1.3</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.5</b><br />
+<p><b>i386-pc-solaris2.5</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.5.1</b><br />
+<p><b>i386-pc-solaris2.5.1</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.6</b><br />
+<p><b>i386-pc-solaris2.6</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.7</b><br />
+<p><b>i386-pc-solaris2.7</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.8</b><br />
+<p><b>i386-pc-solaris2.8</b><br>
 Successful</p>
 
-<p><b>i486-pc-linux-gnulibc1</b><br />
+<p><b>i486-pc-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>i486-pc-linux-gnu</b><br />
+<p><b>i486-pc-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i486-pc-sysv4.0</b><br />
+<p><b>i486-pc-sysv4.0</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-01/msg01219.html">2.95.3</a></p>
 
-<p><b>i586-pc-linux-gnu</b><br />
+<p><b>i586-pc-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i586-pc-linux-gnulibc1</b><br />
+<p><b>i586-pc-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>i386-pc-sco3.2v5.0.5</b><br />
+<p><b>i386-pc-sco3.2v5.0.5</b><br>
 Successful</p>
 
-<p><b>i586-pc-sco3.2v5.0.5</b><br />
+<p><b>i586-pc-sco3.2v5.0.5</b><br>
 Successful</p>
 
-<p><b>i586-unisys-sysv4</b><br />
+<p><b>i586-unisys-sysv4</b><br>
 Successful</p>
 
-<p><b>i686-pc-linux-gnu</b><br />
+<p><b>i686-pc-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i686-pc-linux-gnulibc1</b><br />
+<p><b>i686-pc-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>m68k-apple-netbsd1.5.1</b><br />
+<p><b>m68k-apple-netbsd1.5.1</b><br>
 Successful</p>
 
-<p><b>m68k-sun-sunos4.1.1_U1</b><br />
+<p><b>m68k-sun-sunos4.1.1_U1</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-01/msg01018.html">2.95.2</a></p>
 
-<p><b>mips-dec-ultrix4.4</b><br />
+<p><b>mips-dec-ultrix4.4</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix5.3</b><br />
+<p><b>mips-sgi-irix5.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.2</b><br />
+<p><b>mips-sgi-irix6.2</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.3</b><br />
+<p><b>mips-sgi-irix6.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.4</b><br />
+<p><b>mips-sgi-irix6.4</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.5</b><br />
+<p><b>mips-sgi-irix6.5</b><br>
 Successful</p>
 
-<p><b>mipsel-unknown-linux-gnu</b><br />
+<p><b>mipsel-unknown-linux-gnu</b><br>
 Un-successful.  Needs tweaks to gcc/mips/linux.h</p>
 
-<p><b>powerpc-ibm-aix4.1.3.0</b><br />
+<p><b>powerpc-ibm-aix4.1.3.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.1.5.0</b><br />
+<p><b>powerpc-ibm-aix4.1.5.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.2.1.0</b><br />
+<p><b>powerpc-ibm-aix4.2.1.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.3.2.0</b><br />
+<p><b>powerpc-ibm-aix4.3.2.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.3.3.0</b><br />
+<p><b>powerpc-ibm-aix4.3.3.0</b><br>
 Successful</p>
 
-<p><b>powerpc-unknown-linux-gnulibc1</b><br />
+<p><b>powerpc-unknown-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>powerpc-unknown-linux-gnu</b><br />
+<p><b>powerpc-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix3.2.5 </b><br />
+<p><b>rs6000-ibm-aix3.2.5 </b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.2.1.0</b><br />
+<p><b>rs6000-ibm-aix4.2.1.0</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.1.5.0</b><br />
+<p><b>rs6000-ibm-aix4.1.5.0</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.3.2.0</b><br />
+<p><b>rs6000-ibm-aix4.3.2.0</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.3.3.0</b><br />
+<p><b>rs6000-ibm-aix4.3.3.0</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.4</b><br />
+<p><b>sparc-sun-solaris2.4</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5</b><br />
+<p><b>sparc-sun-solaris2.5</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5.1</b><br />
+<p><b>sparc-sun-solaris2.5.1</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.6</b><br />
+<p><b>sparc-sun-solaris2.6</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.7</b><br />
+<p><b>sparc-sun-solaris2.7</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.8</b><br />
+<p><b>sparc-sun-solaris2.8</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.9</b><br />
+<p><b>sparc-sun-solaris2.9</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-06/msg01553.html">2.95.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-09/msg00284.html">2.95.3</a></p>
 
-<p><b>sparc-sun-solaris2.* (64 bits)</b><br />
+<p><b>sparc-sun-solaris2.* (64 bits)</b><br>
 Not supported</p>
 
-<p><b>sparc-sun-sunos4.1.3</b><br />
+<p><b>sparc-sun-sunos4.1.3</b><br>
 Successful</p>
 
-<p><b>sparc-sun-sunos4.1.3_U1</b><br />
+<p><b>sparc-sun-sunos4.1.3_U1</b><br>
 Successful</p>
 
-<p><b>sparc-sun-sunos4.1.4</b><br />
+<p><b>sparc-sun-sunos4.1.4</b><br>
 Successful</p>
 
-<p><b>sparc-unknown-linux-gnu</b><br />
+<p><b>sparc-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>vax-dec-ultrix4.3</b><br />
+<p><b>vax-dec-ultrix4.3</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-06/msg01383.html">2.95.3</a></p>
 
diff --git a/htdocs/gcc-2.95/caveats.html b/htdocs/gcc-2.95/caveats.html
index 039d89d9..eff6363d 100644
--- a/htdocs/gcc-2.95/caveats.html
+++ b/htdocs/gcc-2.95/caveats.html
@@ -38,7 +38,7 @@
   retrieve a recent copy of libg++ from the
   <a href="ftp://gcc.gnu.org/pub/gcc/infrastructure/libg++-2.8.1.3.tar.gz">GCC
   ftp server</a>.
-  <br />Note most C++ programs only need libstdc++.</li>
+  <br>Note most C++ programs only need libstdc++.</li>
 
   <li> Exception handling may not work with shared libraries, particularly
   on alphas, hppas, rs6000/powerpc and mips based platforms.  Exception
diff --git a/htdocs/gcc-2.95/othertest.html b/htdocs/gcc-2.95/othertest.html
index dd9db6bc..75f63eb0 100644
--- a/htdocs/gcc-2.95/othertest.html
+++ b/htdocs/gcc-2.95/othertest.html
@@ -66,7 +66,7 @@ N/A
 N/A
 </td>
 <td>
--O2 OK<br />
+-O2 OK<br>
 -O3 -funroll-loops fails
 </td>
 </tr>
diff --git a/htdocs/gcc-2.95/regress.html b/htdocs/gcc-2.95/regress.html
index a83b2a61..5a02b1f7 100644
--- a/htdocs/gcc-2.95/regress.html
+++ b/htdocs/gcc-2.95/regress.html
@@ -184,10 +184,10 @@ i686-pc-sco3.2v5.0.5
 OK
 </td>
 <td>
-libstdc++<br />
-typename8.C<br />
-sig13.C<br />
-new3.C<br />
+libstdc++<br>
+typename8.C<br>
+sig13.C<br>
+new3.C<br>
 </td>
 <td>
 OK
@@ -383,7 +383,7 @@ N/A
 N/A
 </td>
 <td>
--O2 OK<br />
+-O2 OK<br>
 -O3 -funroll-loops fails
 </td>
 </tr>
diff --git a/htdocs/gcc-2.95/testing.html b/htdocs/gcc-2.95/testing.html
index 7cce666e..6bc6adf2 100644
--- a/htdocs/gcc-2.95/testing.html
+++ b/htdocs/gcc-2.95/testing.html
@@ -24,14 +24,14 @@ to set up the infrastructure needed to run the testsuite at all.</p>
 <ol>
 
 <li>Download gcc-2.95.2 and the current testsuite:
-<br /><a href="ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.2/gcc-2.95.2.tar.gz">
+<br><a href="ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.2/gcc-2.95.2.tar.gz">
 gcc-2.95.2.tar.gz</a>
-<br /><a href="ftp://gcc.gnu.org/pub/gcc/snapshots/2000-11-27/gcc-tests-20001127.tar.gz">gcc-tests-20001127.tar.gz</a>
+<br><a href="ftp://gcc.gnu.org/pub/gcc/snapshots/2000-11-27/gcc-tests-20001127.tar.gz">gcc-tests-20001127.tar.gz</a>
 </li>
 
 <li><p>Extract both, then move the testsuite into the right place:</p>
 <blockquote><code>
-  rm -rf gcc-2.95.2/gcc/testsuite<br />
+  rm -rf gcc-2.95.2/gcc/testsuite<br>
   mv gcc-20001127/gcc/testsuite gcc-2.95.2/gcc/
 </code></blockquote>
 </li>
diff --git a/htdocs/gcc-3.0/buildstat.html b/htdocs/gcc-3.0/buildstat.html
index 33996033..e751f9a8 100644
--- a/htdocs/gcc-3.0/buildstat.html
+++ b/htdocs/gcc-3.0/buildstat.html
@@ -46,7 +46,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-09/msg00536.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg00880.html">3.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00624.html">3.0.3</a>;
-<br />Successful (C, C++, F77, Java):
+<br>Successful (C, C++, F77, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01488.html">3.0.4</a></td>
 </tr>
 
@@ -187,7 +187,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>LFS 3.0 (Linux from Scratch), glibc 2.2.5, kernel 2.4.16</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01641.html">3.0.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00613.html">3.0.4</a>
 </td>
 </tr>
@@ -220,7 +220,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-07/msg00390.html">3.0</a>;
-<br />Successful (C, C++):
+<br>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01670.html">3.0.4</a></td>
 </tr>
 
@@ -230,11 +230,11 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg00193.html">3.0</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00621.html">3.0.3</a>;
-<br />Successful (C):
+<br>Successful (C):
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg01290.html">3.0.3</a>;
-<br />Successful (C, C++, F77, Java):
+<br>Successful (C, C++, F77, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01633.html">3.0.4</a>;
-<br />Successful (C, C++):
+<br>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01670.html">3.0.4</a>
 </td>
 </tr>
@@ -337,7 +337,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00610.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01581.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00581.html">3.0.4</a>
 </td>
 </tr>
@@ -419,7 +419,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-07/msg00152.html">3.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00513.html">3.0.4</a>
 </td>
 </tr>
@@ -473,9 +473,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-11/msg00214.html">3.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00242.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01517.html">3.0.4</a>;
-<br />Unsuccessful:
+<br>Unsuccessful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg00363.html">3.0 and 3.0.1</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00549.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00487.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00465.html">3.0.4</a>
@@ -515,7 +515,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Cygwin-1.3.5-3 on Windows XP Professional</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00946.html">3.0.3</a>;
-<br />Successful with modifications:
+<br>Successful with modifications:
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg00119.html">3.0.3</a></td>
 </tr>
 
@@ -761,7 +761,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.17</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg00310.html">3.0.4</a>;
-<br />Successful (C, C++, ObjC):
+<br>Successful (C, C++, ObjC):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01140.html">3.0.3</a></td>
 </tr>
 
@@ -799,7 +799,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware 7.1, glibc 2.1.3, kernel 2.4.17</td>
 <td>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg01286.html">3.0.3</a>;
-<br />Successful (C, C++, Java):
+<br>Successful (C, C++, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg01201.html">3.0.4</a></td>
 </tr>
 
@@ -910,7 +910,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-09/msg00863.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00281.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01623.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00578.html">3.0.4</a>
 </td>
 </tr>
@@ -928,7 +928,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00498.html">3.0.4</a>
 </td>
 </tr>
@@ -941,9 +941,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00316.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01483.html">3.0.4</a>;
-<br />Successful (C,C++):
+<br>Successful (C,C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01343.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00576.html">3.0.4</a>
 </td>
 </tr>
@@ -953,7 +953,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C and C++):
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg00127.html">3.0.2</a>;
-<br />Successful:
+<br>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg00540.html">3.0.4</a></td>
 </tr>
 
@@ -1096,9 +1096,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg00842.html">3.0</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00338.html">3.0.3</a>;
-<br />Successful (C, C++, Java):
+<br>Successful (C, C++, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01622.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00535.html">3.0.4</a>
 </td>
 </tr>
@@ -1111,7 +1111,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00275.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01345.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00497.html">3.0.4</a>
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00536.html">3.0.4</a>,
 </td>
@@ -1127,9 +1127,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00289.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01345.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg01374.html">3.0.4</a>;
-<br />Successful (C,C++):
+<br>Successful (C,C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01343.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00537.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00467.html">3.0.4</a>
 </td>
diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html
index baab1bae..864d01d1 100644
--- a/htdocs/gcc-3.0/index.html
+++ b/htdocs/gcc-3.0/index.html
@@ -53,9 +53,9 @@ or our CVS server.</p>
 <h2>Previous 3.0.x Releases</h2>
 
 <p>
-December 20, 2001: GCC 3.0.3 has been released.<br />
-October 25, 2001: GCC 3.0.2 has been released.<br />
-August 20, 2001: GCC 3.0.1 has been released.<br />
+December 20, 2001: GCC 3.0.3 has been released.<br>
+October 25, 2001: GCC 3.0.2 has been released.<br>
+August 20, 2001: GCC 3.0.1 has been released.<br>
 June 18, 2001: GCC 3.0 has been released.
 </p>
 
diff --git a/htdocs/gcc-3.1/buildstat.html b/htdocs/gcc-3.1/buildstat.html
index eab2a7fd..348ab001 100644
--- a/htdocs/gcc-3.1/buildstat.html
+++ b/htdocs/gcc-3.1/buildstat.html
@@ -67,7 +67,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01278.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00585.html">3.1</a>
 </td>
 </tr>
@@ -85,7 +85,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64 UNIX 5.1A</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00769.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00416.html">3.1.1</a>
 </td>
 </tr>
@@ -103,7 +103,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>glibc 2.2.5, kernel 2.4.16</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01269.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00609.html">3.1</a>
 </td>
 </tr>
@@ -120,7 +120,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01326.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00593.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00586.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00807.html">3.1.1</a>
@@ -463,7 +463,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01328.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02344.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00591.html">3.1</a>
 </td>
 </tr>
@@ -473,7 +473,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.1, glibc 2.2.2, kernel 2.4.2</td>
 <td>Successful (Ada, C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00556.html">3.1.1</a>
-<br />Successful (all):
+<br>Successful (all):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00642.html">3.1.1</a>
 </td>
 </tr>
@@ -490,7 +490,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.17</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-06/msg01676.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-06/msg00846.html">3.1</a>
 </td>
 </tr>
@@ -508,7 +508,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02506.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02596.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02506.html">3.1</a>
 </td>
 </tr>
@@ -556,7 +556,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.1, glibc 2.2-17, kernel 2.4.5</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00641.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00354.html">3.1.1</a>
 </td>
 </tr>
@@ -580,7 +580,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.0, glibc 2.2.5, kernel 2.4.18</td>
 <td>Successful: (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00737.html">3.1.1</a>
 </td>
 </tr>
@@ -590,7 +590,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.0, glibc 2.2.5, kernel 2.4.18</td>
 <td>Successful (C, C++, F77, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00552.html">3.1</a>
 </td>
 </tr>
@@ -624,7 +624,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.18</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01403.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00598.html">3.1</a>
 </td>
 </tr>
@@ -710,7 +710,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Debian GNU 3.0, glibc 2.2.5, kernel 2.4.16</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01545.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00638.html">3.1</a>
 </td>
 </tr>
@@ -727,7 +727,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.0, glibc 2.1.3, kernel 2.2.16</td>
 <td>Successful (C, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02113.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00630.html">3.1</a>
 </td>
 </tr>
@@ -794,7 +794,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02737.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00648.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg01013.html">3.1</a>
 </td>
 </tr>
@@ -821,7 +821,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00578.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00621.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00633.html">3.1</a>,
@@ -834,7 +834,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00745.html">3.1.1</a>
 </td>
 </tr>
@@ -873,7 +873,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.3, glibc 2.2.4, kernel 2.4.14</td>
 <td>Successful (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00560.html">3.1</a>
 </td>
 </tr>
@@ -883,7 +883,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.3, glibc 2.2.4, kernel 2.4.14</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00739.html">3.1.1</a>
 </td>
 </tr>
@@ -893,7 +893,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00572.html">3.1</a>
 </td>
 </tr>
@@ -903,7 +903,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00747.html">3.1.1</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.1/changes.html b/htdocs/gcc-3.1/changes.html
index 77764f28..705c28c7 100644
--- a/htdocs/gcc-3.1/changes.html
+++ b/htdocs/gcc-3.1/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 3.1 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.1 Release Series<br>Changes, New Features, and Fixes</h1>
 
 
 <!-- Changes for later point releases should be added at the top. -->
diff --git a/htdocs/gcc-3.2/buildstat.html b/htdocs/gcc-3.2/buildstat.html
index eb691f52..31ae26bb 100644
--- a/htdocs/gcc-3.2/buildstat.html
+++ b/htdocs/gcc-3.2/buildstat.html
@@ -100,7 +100,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00528.html">3.2</a>
 </td>
 </tr>
@@ -110,7 +110,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Java, ObjC):
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00748.html">3.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00623.html">3.2.2</a>
 </td>
 </tr>
@@ -135,7 +135,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64 UNIX 5.1A</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-01/msg00556.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-01/msg00441.html">3.2.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01543.html">3.2.3</a>
 </td>
@@ -195,7 +195,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00526.html">3.2</a>
 </td>
 </tr>
@@ -206,7 +206,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00273.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01252.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00337.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01505.html">3.2.3</a>
 </td>
@@ -224,7 +224,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00808.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00765.html">3.2.1</a>
 </td>
 </tr>
@@ -234,7 +234,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.13</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-09/msg00116.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00088.html">3.2</a>
 </td>
 </tr>
@@ -244,7 +244,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00527.html">3.2</a>
 </td>
 </tr>
@@ -335,7 +335,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.0, glibc 2.2.5, kernel 2.4.18</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00469.html">3.2</a>
 </td>
 </tr>
@@ -374,7 +374,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mandrake 9.0, kernel 2.4.19</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00895.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00829.html">3.2.1</a>
 </td>
 </tr>
@@ -436,7 +436,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Cygwin 1.3.12, Windows 2000 Pro 5.0</td>
 <td>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00946.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00502.html">3.2</a>
 </td>
 </tr>
@@ -453,7 +453,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Cygwin 1.3.12, Windows 2000 Pro</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-10/msg01049.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-10/msg00555.html">3.2</a>
 </td>
 </tr>
@@ -520,7 +520,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Debian Sarge, glibc 2.2.5, binutils 2.13.90.0.4, kernel 2.4.19</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00933.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00497.html">3.2</a>
 </td>
 </tr>
@@ -640,7 +640,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, binutils 2.13.1, kernel 2.4.7</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00786.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00725.html">3.2.1</a>
 </td>
 </tr>
@@ -679,7 +679,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00273.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01252.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00335.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01503.html">3.2.3</a>
 </td>
@@ -723,7 +723,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00402.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00398.html">3.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00440.html">3.2.2</a>
 </td>
 </tr>
@@ -763,7 +763,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 8.0, glibc 2.3.2, binutils 2.13.90.0.2, gnat 3.2</td>
 <td>Successful (C, C++, F77, Java, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01299.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01529.html">3.2.3</a>
 </td>
 </tr>
@@ -824,7 +824,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful (C, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00900.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00768.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00483.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00698.html">3.2.1</a>
 </td>
@@ -843,7 +843,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-09/msg00623.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00930.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00488.html">3.2</a>
 </td>
 </tr>
@@ -911,7 +911,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.1, glibc 2.2.4, kernel 2.4.9</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00529.html">3.2</a>
 </td>
 </tr>
@@ -921,7 +921,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.18</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00525.html">3.2</a>
 </td>
 </tr>
@@ -1078,7 +1078,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg01144.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg01042.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00633.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00980.html">3.2.1</a>
 </td>
@@ -1105,7 +1105,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg01145.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg01043.html">3.2.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00341.html">3.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00632.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00981.html">3.2.1</a>
 </td>
@@ -1127,7 +1127,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg01307.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01416.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00729.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01735.html">3.2.3</a>
 </td>
@@ -1145,7 +1145,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.1, glibc 2.2, binutils 2.13, kernel 2.4.2</td>
 <td>Successful (C, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00815.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00708.html">3.2.1</a>
 </td>
 </tr>
@@ -1162,7 +1162,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Yellow Dog Linux 2.3, glibc 2.2.5, binutils 2.13.90.0.16, kernel 2.4.20</td>
 <td>Successful (C, C++, Java)
 <a href="https://gcc.gnu.org/ml/gcc/2002-12/msg00496.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-12/msg00344.html">3.2.1</a>
 </td>
 </tr>
@@ -1242,7 +1242,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00805.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00766.html">3.2.1</a>
 </td>
 </tr>
@@ -1252,7 +1252,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>UltraSPARC Workstation</td>
 <td>Successful (C, Obj-C; with tweak):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00924.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00490.html">3.2</a>
 </td>
 </tr>
@@ -1297,7 +1297,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00480.html">3.2</a>
 </td>
 </tr>
@@ -1309,7 +1309,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg01041.html">3.2.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00273.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01299.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00336.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01554.html">3.2.3</a>
 </td>
@@ -1358,7 +1358,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.3, glibc 2.2.4, kernel 2.4.14</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00474.html">3.2</a>
 </td>
 </tr>
@@ -1407,7 +1407,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00481.html">3.2</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.2/changes.html b/htdocs/gcc-3.2/changes.html
index e8f892de..0faf69ea 100644
--- a/htdocs/gcc-3.2/changes.html
+++ b/htdocs/gcc-3.2/changes.html
@@ -13,7 +13,7 @@
 
 <body>
 
-<h1>GCC 3.2 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.2 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 3.2 release series is
 <a href="#3.2.3">GCC 3.2.3</a>.</p>
diff --git a/htdocs/gcc-3.3/buildstat.html b/htdocs/gcc-3.3/buildstat.html
index 60dea47c..c2d6c345 100644
--- a/htdocs/gcc-3.3/buildstat.html
+++ b/htdocs/gcc-3.3/buildstat.html
@@ -100,7 +100,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, ObjC, F77, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01253.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01642.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01155.html">3.3.3</a>
 </td>
 </tr>
@@ -135,7 +135,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01315.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01094.html">3.3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00983.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01223.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00854.html">3.3.1</a>
 </td>
@@ -189,7 +189,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.14.90, glibc 2.3.1, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00507.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00458.html">3.3.1</a>
 </td>
 </tr>
@@ -207,7 +207,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00041.html">3.3.6</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00056.html">3.3.6</a>
 </td>
 </tr>
@@ -231,7 +231,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00503.html">3.3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01608.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00050.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00956.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00917.html">3.3.2</a>,
@@ -288,7 +288,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Sun ld and as</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-03/msg00888.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc/2004-03/msg00888.html">3.3.3</a>
 </td>
 </tr>
@@ -357,7 +357,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2003-11/msg00577.html">3.3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-07/msg00278.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg01344.html">3.3.2</a>
 </td>
 </tr>
@@ -472,7 +472,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01841.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00834.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00908.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00746.html">3.3.1</a>
 </td>
@@ -574,7 +574,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01608.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00503.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00978.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00468.html">3.3.1</a>
 </td>
@@ -586,7 +586,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00047.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00845.html">3.3.3</a>
 </td>
@@ -606,7 +606,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Red Hat 7.3, glibc 2.2.5, binutils 2.14.90.0, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="">3.3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00835.html">3.3.2</a>
 </td>
 </tr>
@@ -616,7 +616,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Red Hat 8.0, binutils 2.13.90.0.2, glibc 2.3.2, kernel 2.4.18</td>
 <td>Bootstrap (with Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01824.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01017.html">3.3</a>
 </td>
 </tr>
@@ -635,7 +635,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01842.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00693.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00890.html">3.3</a>
 </td>
 </tr>
@@ -756,7 +756,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>SUSE LINUX Enterprise Server 9, binutils 2.15.90, glibc 2.3.3, kernel 2.6.5</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00201.html">3.3.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00222.html">3.3.4</a>
 </td>
 </tr>
@@ -787,7 +787,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00052.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00959.html">3.3.3</a>
 </td>
@@ -815,7 +815,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00043.html">3.3.6</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00057.html">3.3.6</a>
 </td>
 </tr>
@@ -844,7 +844,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>native cc, as, ld</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01253.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01147.html">3.3.3</a>
 </td>
 </tr>
@@ -926,7 +926,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01553.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00505.html">3.3.1</a>;
-<br />Bootstrap (C, C++, F77, Obj-C):
+<br>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01487.html">3.3</a>
 </td>
 </tr>
@@ -936,9 +936,9 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Mac OS X 10.2.8</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2003-10/msg00770.html">3.3.2</a>
-<br />Bootstrap (C, C++, F77, Obj-C):
+<br>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-10/msg01043.html">3.3.4</a>
-<br />Bootstrap (C, C++, Java):
+<br>Bootstrap (C, C++, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01496.html">3.3.3</a>
 </td>
 </tr>
@@ -989,7 +989,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>&nbsp;</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00198.html">3.3.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00101.html">3.3.4</a>
 </td>
 </tr>
@@ -1077,7 +1077,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Yellow Dog 3.0, glibc 2.3.2, kernel 2.6.3</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01212.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01090.html">3.3.3</a>
 </td>
 </tr>
@@ -1183,7 +1183,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.13.2.1</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01928.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01247.html">3.3</a>
 </td>
 </tr>
@@ -1204,7 +1204,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01608.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00070.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00977.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01232.html">3.3</a>,
@@ -1218,7 +1218,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-03/msg01423.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00531.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00929.html">3.3</a>
 </td>
 </tr>
@@ -1268,7 +1268,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Aurora SPARC Linux 1.0, binutils 2.11.93.0.2, glibc 2.2.5, kernel 2.4.20</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01838.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01158.html">3.3</a>
 </td>
 </tr>
@@ -1321,7 +1321,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Aurora SPARC Linux 1.0, binutils 2.14.90, glibc 2.2.5, kernel 2.4.20</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01839.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01118.html">3.3</a>
 </td>
 </tr>
@@ -1329,7 +1329,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <tr>
 <td>x86_64-suse-linux-gnu</td>
 <td>SuSE Linux Enterprise Server 8, glibc 2.2.5, kernel 2.4.19;
-<br />test runs with and without -m32</td>
+<br>test runs with and without -m32</td>
 <td>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00729.html">3.3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00996.html">3.3</a>
@@ -1341,7 +1341,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>RHEL WS3, glibc 3.4.3, binutils 2.14.90.0.4, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00049.html">3.3.4</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html
index cc10e0f3..4cb07f07 100644
--- a/htdocs/gcc-3.3/changes.html
+++ b/htdocs/gcc-3.3/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 3.3 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.3 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 3.3 release series is
 <a href="#3.3.6">GCC 3.3.6</a>.</p>
diff --git a/htdocs/gcc-3.4/buildstat.html b/htdocs/gcc-3.4/buildstat.html
index cbf455d5..02b491ed 100644
--- a/htdocs/gcc-3.4/buildstat.html
+++ b/htdocs/gcc-3.4/buildstat.html
@@ -55,7 +55,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.15</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00425.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00437.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00368.html">3.4.1</a>
 </td>
@@ -82,7 +82,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>OSF1 V4.0</td>
 <td>Bootstrap (C, C++, F77, Obj-c):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00143.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00080.html">3.4.1</a>
 </td>
 </tr>
@@ -92,7 +92,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64</td>
 <td>Bootstrap (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01061.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01065.html">3.4.0</a>
 </td>
 </tr>
@@ -102,7 +102,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C, with patch):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01167.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01154.html">3.4.0</a>
 </td>
 </tr>
@@ -167,7 +167,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00076.html">3.4.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00190.html">3.4.4</a>
 </td>
 </tr>
@@ -187,7 +187,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00926.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00995.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00538.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00051.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01033.html">3.4.0</a>,
@@ -253,7 +253,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-12/msg00593.html">3.4.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00373.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-09/msg01162.html">3.4.6</a>
 </td>
 </tr>
@@ -263,7 +263,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.14</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00425.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00300.html">3.4.1</a>
 </td>
 </tr>
@@ -306,7 +306,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>NetBSD 1.6.2, GNU ld 2.11.2</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01144.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01102.html">3.4.0</a>
 </td>
 </tr>
@@ -357,7 +357,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.2 with many updates</td>
 <td>Bootstrap (C, C++, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00193.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00116.html">3.4.0</a>
 </td>
 </tr>
@@ -464,9 +464,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>Fedora Core 1, binutils 2.14.90.0.6, glibc 2.3.2, kernel 2.4.22</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00153.html">3.4.1</a>,
-<br />Bootstrap (C, C++, Java, Obj-C):
+<br>Bootstrap (C, C++, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00977.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00092.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00999.html">3.4.0</a>
 </td>
@@ -477,7 +477,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Gentoo, glibc 2.3.3, kernel 2.6.6</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00952.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00966.html">3.4.0</a>
 </td>
 </tr>
@@ -521,7 +521,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00926.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00995.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00535.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00069.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00960.html">3.4.0</a>
@@ -585,7 +585,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-11/msg00292.html">3.4.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00476.html">3.4.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00386.html">3.4.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00359.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00306.html">3.4.2</a>
@@ -598,7 +598,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00149.html">3.4.1</a>
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00761.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00094.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00429.html">3.4.0</a>
 </td>
@@ -635,7 +635,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00969.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00642.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00072.html">3.4.1</a>
 </td>
@@ -654,7 +654,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00077.html">3.4.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00191.html">3.4.4</a>
 </td>
 </tr>
@@ -689,7 +689,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mac OS X 10.3</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00966.html">3.4.0</a>
-<br />Bootstrap (C, Java):
+<br>Bootstrap (C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2004-05/msg00443.html">3.4.0</a>
 </td>
 </tr>
@@ -813,7 +813,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.15.90, glibc 2.2.5, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg01094.html">3.4.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00740.html">3.4.2</a>
 </td>
 </tr>
@@ -874,7 +874,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00926.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00995.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00586.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00978.html">3.4.0</a>
 </td>
@@ -946,7 +946,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Aurora SPARC Linux 1.0, binutils 2.15.90, glibc 2.2.5, kernel 2.4.26</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01171.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01168.html">3.4.0</a>
 </td>
 </tr>
@@ -965,7 +965,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Aurora SPARC Linux 1.0, binutils 2.15.90, glibc 2.2.5, kernel 2.4.26</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01171.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01167.html">3.4.0</a>
 </td>
 </tr>
@@ -1002,7 +1002,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00969.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01028.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00636.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00070.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01029.html">3.4.0</a>
@@ -1030,7 +1030,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Bootstrap (C,C++,F77,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2004-05/msg00204.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-05/msg00257.html">3.4.0</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html
index bd016db7..451245aa 100644
--- a/htdocs/gcc-3.4/changes.html
+++ b/htdocs/gcc-3.4/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 3.4 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.4 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The final release in the 3.4 release series is
 <a href="#3.4.6">GCC 3.4.6</a>.  The series is now closed.</p>
diff --git a/htdocs/gcc-4.0/buildstat.html b/htdocs/gcc-4.0/buildstat.html
index c596ac7b..23184f2d 100644
--- a/htdocs/gcc-4.0/buildstat.html
+++ b/htdocs/gcc-4.0/buildstat.html
@@ -41,7 +41,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2006-04/msg00086.html">4.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00208.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2005-07/msg00601.html">4.0.1</a>
-<br />Bootstrap (C, C++):
+<br>Bootstrap (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01668.html">4.0.0</a>
 </td>
 </tr>
@@ -59,7 +59,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Linux From Scratch, binutils 2.15.91.0.1, glibc cvs 20040621, kernel 2.6.10</td>
 <td>Bootstrap (C, C++, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00254.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00340.html">4.0.0</a>
 </td>
 </tr>
@@ -94,7 +94,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F95, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00255.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00114.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00529.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00298.html">4.0.1</a>
 </td>
@@ -105,7 +105,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>as from binutils 2.15</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01247.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01570.html">4.0.0</a>
 </td>
 </tr>
@@ -196,7 +196,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 9.3, glibc 2.3.4</td>
 <td>Bootstrap (C, C++, F95, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-08/msg00845.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-08/msg01536.html">4.0.1</a>
 </td>
 </tr>
@@ -206,7 +206,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware 10.0, binutils 2.15.92.0.2, glibc 2.3.4, kernel 2.6.11.7</td>
 <td>Bootstrap (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00339.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00396.html">4.0.0</a>
 </td>
 </tr>
@@ -250,7 +250,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1, kernel 2.6.12</td>
 <td>Bootstrap (C,C++,F95,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00257.html">4.0.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00532.html">4.0.2</a>
 </td>
 </tr>
@@ -277,7 +277,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Fedora Core 3, glibc 2.3.5, kernel 2.6.11</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-11/msg00865.html">4.0.2</a>
-<br />Bootstrap (Ada, C, C++, F95, Java):
+<br>Bootstrap (Ada, C, C++, F95, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01533.html">4.0.0</a>
 </td>
 </tr>
@@ -319,7 +319,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat Enterprise 3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01247.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01541.html">4.0.0</a>
 </td>
 </tr>
@@ -414,7 +414,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1, kernel 2.4.21</td>
 <td>Bootstrap (C,C++,F95,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00331.html">4.0.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00580.html">4.0.2</a>
 </td>
 </tr>
@@ -450,9 +450,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F95, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00258.html">4.0.2</a>
-<br />Bootstrap (C, C++, Obj-C, Ada):
+<br>Bootstrap (C, C++, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00115.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00531.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00299.html">4.0.1</a>
 </td>
@@ -471,9 +471,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mac OS 10.3.9</td>
 <td>Bootstrap (C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-11/msg01178.html">4.0.2</a>
-<br />Bootstrap (C, F95):
+<br>Bootstrap (C, F95):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01648.html">4.0.0</a>
-<br />Bootstrap (C):
+<br>Bootstrap (C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00190.html">4.0.0</a>
 </td>
 </tr>
@@ -491,7 +491,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mac OS 10.4</td>
 <td>Bootstrap (Ada, C, C++, F95, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00255.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00569.html">4.0.0</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00318.html">4.0.0</a>
 </td>
@@ -729,7 +729,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1, kernel 2.16.12</td>
 <td>Bootstrap (C,C++,F95,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00259.html">4.0.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00533.html">4.0.2</a>
 </td>
 </tr>
@@ -739,7 +739,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat Enterprise 3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01247.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01598.html">4.0.0</a>
 </td>
 </tr>
@@ -749,7 +749,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware, glibc 2.3.2, kernel 2.6.12</td>
 <td>Bootstrap (C, C++, Obj-C; partial success):
 <a href="https://gcc.gnu.org/ml/gcc/2005-08/msg00101.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00109.html">4.0.1</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html
index 42c15f25..ea40f72b 100644
--- a/htdocs/gcc-4.0/changes.html
+++ b/htdocs/gcc-4.0/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.0 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.0 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.0 release series is
 <a href="#4.0.4">GCC 4.0.4</a>.</p>
@@ -81,7 +81,7 @@
         new optimization framework based on a higher level intermediate
         representation than the existing RTL representation.  Numerous
         new code transformations based on the new framework are available
-        in GCC 4.0, including:<br />
+        in GCC 4.0, including:<br>
 
         <ul>
           <li>Scalar replacement of aggregates</li>
@@ -95,7 +95,7 @@
           <li><a href="../projects/tree-ssa/vectorization.html">Autovectorization</a></li>
           <li>Loop interchange</li>
           <li>Tail recursion by accumulation</li>
-        </ul><br />
+        </ul><br>
 
         Many of these passes outperform their counterparts from previous
         GCC releases.
diff --git a/htdocs/gcc-4.1/buildstat.html b/htdocs/gcc-4.1/buildstat.html
index fcad06ef..f319c7f2 100644
--- a/htdocs/gcc-4.1/buildstat.html
+++ b/htdocs/gcc-4.1/buildstat.html
@@ -97,9 +97,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>GNU as 2.15</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Bootstrap (C,C++,Fortran,Java,Obj-C):
+<br>Bootstrap (C,C++,Fortran,Java,Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-11/msg00067.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00122.html">4.1.1</a>
 </td>
 </tr>
@@ -178,7 +178,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2007-04/msg00150.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2006-09/msg00104.html">4.1.1</a>
-<br />Test results (C,C++,Fortran):
+<br>Test results (C,C++,Fortran):
 <a href="https://gcc.gnu.org/ml/gcc/2007-04/msg00091.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-03/msg00243.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-02/msg00886.html">4.1.2</a>
@@ -225,7 +225,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat EL3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00019.html">4.1.1</a>
 </td>
 </tr>
@@ -236,7 +236,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>
 Bootstrap (C,C++):
 <a href="https://gcc.gnu.org/ml/gcc/2006-10/msg00417.html">4.1.1</a>
-<br />Bootstrap (C):
+<br>Bootstrap (C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-11/msg00918.html">4.1.1</a>
 </td>
 </tr>
@@ -289,7 +289,7 @@ Bootstrap (C,C++):
 <td>Red hat Advanced Workstation 2, binutils 2.16.1</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00065.html">4.1.1</a>
 </td>
 </tr>
@@ -364,7 +364,7 @@ Bootstrap (C,C++):
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00186.html">4.1.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2006-03/msg00163.html">4.1.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-05/msg01515.html">4.1.1</a>
 </td>
 </tr>
@@ -473,7 +473,7 @@ Bootstrap (C,C++):
 <td>&nbsp;</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2007-03/msg00018.html">4.1.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-02/msg00621.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-02/msg00582.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-05/msg01516.html">4.1.1</a>,
@@ -526,7 +526,7 @@ Bootstrap (C,C++):
 <td>Red hat EL3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00061.html">4.1.1</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-4.1/changes.html b/htdocs/gcc-4.1/changes.html
index 8e4f8349..b371c21b 100644
--- a/htdocs/gcc-4.1/changes.html
+++ b/htdocs/gcc-4.1/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.1 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.1 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.1 release series is
 <a href="#4.1.2">GCC 4.1.2</a>.</p>
@@ -24,7 +24,7 @@
   <ul>
 
     <li>GCC now has infrastructure for inter-procedural optimizations and
-	the following inter-procedural optimizations are implemented:<br />
+	the following inter-procedural optimizations are implemented:<br>
 	<ul>
 	    <li>Profile guided inlining.  When doing profile feedback
 		guided optimization, GCC can now use the profile to make
@@ -32,7 +32,7 @@
 		is profitable or not.  This means that GCC will no longer
 		inline functions at call sites that are not executed very
 		often, and that functions at hot call sites are more likely
-		to be inlined.<br />
+		to be inlined.<br>
 		A new parameter <code>min-inline-recursive-probability</code>
 		is also now available to throttle recursive inlining
 		of functions with small average recursive depths.</li>
@@ -113,7 +113,7 @@
 	<code>p-&gt;b</code>, where <code>p</code> is a pointer to a
 	structure, can never point to the same field.</li>
 
-    <li>Various enhancements to auto-vectorization:<br />
+    <li>Various enhancements to auto-vectorization:<br>
 	<ul>
 	    <li>Incrementally preserve SSA form when vectorizing.</li>
 	    <li>Incrementally preserve loop-closed form when vectorizing.</li>
diff --git a/htdocs/gcc-4.2/buildstat.html b/htdocs/gcc-4.2/buildstat.html
index 8d0b3fa5..092bbe51 100644
--- a/htdocs/gcc-4.2/buildstat.html
+++ b/htdocs/gcc-4.2/buildstat.html
@@ -245,7 +245,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>RHEL3</td>
 <td>Bootstrap (C,C++,Fortran,Obj-C,Obj-C++,Java):
 <a href="https://gcc.gnu.org/ml/gcc/2007-05/msg00413.html">4.2.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-05/msg00713.html">4.2.0</a>
 </td>
 </tr>
@@ -263,7 +263,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware 12.0, kernel 2.6.22, glibc 2.5</td>
 <td>Bootstrap (C,C++,Fortran,Java,Obj-C,Ojb-C++,Treelang):
 <a href="https://gcc.gnu.org/ml/gcc/2007-10/msg00119.html">4.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-10/msg00441.html">4.2.2</a>
 </td>
 </tr>
@@ -462,7 +462,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Bootstrap (C,C++,Fortran,Obj-C,Obj-C++):
 <a href="https://gcc.gnu.org/ml/gcc/2007-05/msg00413.html">4.2.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-05/msg00714.html">4.2.0</a>,
 </td>
 </tr>
@@ -557,7 +557,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>RHEL3</td>
 <td>Bootstrap (C,C++,Fortran,Obj-C,Obj-C++,Java):
 <a href="https://gcc.gnu.org/ml/gcc/2007-05/msg00413.html">4.2.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-05/msg00710.html">4.2.0</a>,
 </td>
 </tr>
diff --git a/htdocs/gcc-4.2/changes.html b/htdocs/gcc-4.2/changes.html
index fd36b131..1f0eb326 100644
--- a/htdocs/gcc-4.2/changes.html
+++ b/htdocs/gcc-4.2/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.2 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.2 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <h2>Caveats</h2>
 
diff --git a/htdocs/gcc-4.3/buildstat.html b/htdocs/gcc-4.3/buildstat.html
index 1f4bb00c..0882f27a 100644
--- a/htdocs/gcc-4.3/buildstat.html
+++ b/htdocs/gcc-4.3/buildstat.html
@@ -139,7 +139,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>as from binutils 2.18, gmp 4.2.2, mpfr 2.3.1</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2008-09/msg00092.html">4.3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00306.html">4.3.2</a>
 </td>
 </tr>
@@ -327,7 +327,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>RHEL3, binutils 2.17, gmp 4.1.2, mpfr 2.3.1</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2008-09/msg00092.html">4.3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00304.html">4.3.2</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-4.3/changes.html b/htdocs/gcc-4.3/changes.html
index cc879f6d..944c0130 100644
--- a/htdocs/gcc-4.3/changes.html
+++ b/htdocs/gcc-4.3/changes.html
@@ -13,7 +13,7 @@
 -->
 
 <body>
-<h1>GCC 4.3 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.3 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.3 release series is
 <a href="#4.3.5">GCC 4.3.5</a>.</p>
diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html
index 8eadeb18..e4d622a1 100644
--- a/htdocs/gcc-4.3/porting_to.html
+++ b/htdocs/gcc-4.3/porting_to.html
@@ -8,7 +8,7 @@
 </head>
 
 <body>
-<h1>GCC 4.3 Release Series<br />Porting to the New Tools</h1>
+<h1>GCC 4.3 Release Series<br>Porting to the New Tools</h1>
 
 <p>
 The GCC 4.3 release series differs from previous GCC releases in more
diff --git a/htdocs/gcc-4.4/changes.html b/htdocs/gcc-4.4/changes.html
index 1682a986..748787e7 100644
--- a/htdocs/gcc-4.4/changes.html
+++ b/htdocs/gcc-4.4/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.4 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.4 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.4 release series is
 <a href="#4.4.7">GCC 4.4.7</a>.</p>
diff --git a/htdocs/gcc-4.4/porting_to.html b/htdocs/gcc-4.4/porting_to.html
index c4dfaa64..555b3b5e 100644
--- a/htdocs/gcc-4.4/porting_to.html
+++ b/htdocs/gcc-4.4/porting_to.html
@@ -8,7 +8,7 @@
 </head>
 
 <body>
-<h1>GCC 4.4 Release Series<br />Porting to the New Tools</h1>
+<h1>GCC 4.4 Release Series<br>Porting to the New Tools</h1>
 
 <p>
 The GCC 4.4 release series differs from previous GCC releases in more
diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html
index ddb24954..061dbce4 100644
--- a/htdocs/gcc-4.5/changes.html
+++ b/htdocs/gcc-4.5/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.5 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.5 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <h2>Caveats</h2>
 
diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html
index 13233f89..eb71f855 100644
--- a/htdocs/gcc-4.6/changes.html
+++ b/htdocs/gcc-4.6/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.6 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.6 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <h2>Caveats</h2>
   <ul>
@@ -166,7 +166,7 @@
            parallel).  GCC can also cooperate with a GNU make job server
            by specifying the <code>-flto=jobserver</code> option and
            adding <code>+</code> to the beginning of the
-           Makefile rule executing the linker.<br />
+           Makefile rule executing the linker.<br>
 	   Classical LTO mode can be enforced by
 	   <code>-flto-partition=none</code>. This may result in small code
 	   quality improvements.</li>
@@ -1003,22 +1003,22 @@
       <li>General 
        <ul>
 	<li>Initial support for <code>CFString</code> types has been
-	added.<br /> This allows GCC to build projects including the system
+	added.<br> This allows GCC to build projects including the system
 	<em>Core Foundation</em> frameworks. The GCC Objective-C family
 	supports <code>CFString</code> "toll-free bridged" as per the Mac 
 	OS X system tools. <code>CFString</code> is also recognized in the
 	context of <code>format</code> attributes and arguments (see the
 	documentation for <code>format</code> attributes for limitations).
 	At present, 8-bit character types are supported.</li>
-	<li>Object file size reduction.<br /> The Darwin zeroed memory
+	<li>Object file size reduction.<br> The Darwin zeroed memory
 	allocators have been re-written to make more use of
 	<code>.zerofill</code> sections.  For non-debug code, this can
 	reduce object file size significantly.</li>
-	<li>Objective-C family 64-bit support (NeXT ABI 2).<br />
+	<li>Objective-C family 64-bit support (NeXT ABI 2).<br>
 	Initial support has been added to support 64-bit Objective-C code
 	using the Darwin/OS X native (NeXT) runtime.  ABI version 2 will be
 	selected automatically when 64-bit code is built.</li>
-	<li>Objective-C family 32-bit ABI 1.<br />
+	<li>Objective-C family 32-bit ABI 1.<br>
 	For 32-bit code ABI 1 is also now also allowed.  At present it must
 	be selected manually using <code>-fobjc-abi-version=1</code> where
 	applicable - i.e. on Darwin 9/10 (OS X 10.5/10.6).</li>
@@ -1026,12 +1026,12 @@
       <li>x86 Architecture 
        <ul>
 	<li>The <code>-mdynamic-no-pic</code> option has been 
-	enabled.<br />Code supporting <code>-mdynamic-no-pic</code>
+	enabled.<br>Code supporting <code>-mdynamic-no-pic</code>
 	optimization has been added and is applicable to <code>-m32</code>
 	builds. The compiler bootstrap uses the option where 
 	appropriate.</li>
 	<li>The default value for <code>-mtune=</code> has been 
-	changed.<br />Since Darwin systems are primarily Xeon, Core-2 or
+	changed.<br>Since Darwin systems are primarily Xeon, Core-2 or
 	similar the default tuning has been changed to 
 	<code>-mtune=core2</code>.</li>
       <li>Enable 128-bit long double (<code>__float128</code>) support on
@@ -1039,10 +1039,10 @@
       </ul></li>
     <li>PPC Architecture
       <ul>
-       <li>Darwin64 ABI.<br />Several significant bugs have been fixed,
+       <li>Darwin64 ABI.<br>Several significant bugs have been fixed,
 	such that GCC now produces code compatible with the Darwin64
 	PowerPC ABI.</li>
-	<li>libffi and boehm-gc.<br />The Darwin ports of the libffi and
+	<li>libffi and boehm-gc.<br>The Darwin ports of the libffi and
 	boehm-gc libraries have been upgraded to include a Darwin64
 	implementation. This means that powerpc*-*-darwin9 platforms may
 	now, for example, build Java applications with <code>-m64</code>
@@ -1089,7 +1089,7 @@
     <li>Support for hot-patchable function prologues via the
     <code>ms_hook_prologue</code> attribute for x86_64 in addition to 32-bit x86.</li>
     <li>Improvements of stack-probing and stack-allocation mechanisms.</li>
-    <li>Support of push/pop-macro pragma as preprocessor command.<br />
+    <li>Support of push/pop-macro pragma as preprocessor command.<br>
     With <code>#pragma push_macro(&quot;macro-name&quot;)</code> the
     current definition of <code>macro-name</code> is saved and can be
     restored with <code>#pragma pop_macro(&quot;macro-name&quot;)</code>
diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index 4a515b8f..3eec7d3d 100644
--- a/htdocs/gcc-4.7/changes.html
+++ b/htdocs/gcc-4.7/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.7 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.7 Release Series<br>Changes, New Features, and Fixes</h1>
 
 
 <h2>Caveats</h2>
diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html
index 4899d702..39557435 100644
--- a/htdocs/gcc-4.8/changes.html
+++ b/htdocs/gcc-4.8/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.8 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.8 Release Series<br>Changes, New Features, and Fixes</h1>
 
 
 <h2>Caveats</h2>
@@ -75,7 +75,7 @@ by this change.</p>
     <li>DWARF4 is now the default when generating DWARF debug information.
       When <code>-g</code> is used on a platform that uses DWARF debugging
       information, GCC will now default to
-      <code>-gdwarf-4 -fno-debug-types-section</code>.<br />
+      <code>-gdwarf-4 -fno-debug-types-section</code>.<br>
       GDB 7.5, Valgrind 3.8.0 and elfutils 0.154 debug information consumers
       support DWARF4 by default. Before GCC 4.8 the default version used
       was DWARF2. To make GCC 4.8 generate an older DWARF version use
@@ -339,7 +339,7 @@ int i = A().f();  // error, f() requires an lvalue object
         GCC versions have to be recompiled, when they are <code>USE</code>d by
         files compiled with GCC 4.8.  GCC 4.8 is not able to read
         <code>.mod</code> files created by earlier versions; attempting to do so
-	gives an error message.<br />
+	gives an error message.<br>
 	Note: The ABI of the produced assembler data itself has not changed;
 	object files and libraries are fully compatible
         with older versions except as noted below.</li>
diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html
index f7c12e72..7d0fc8e7 100644
--- a/htdocs/gcc-4.9/changes.html
+++ b/htdocs/gcc-4.9/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.9 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.9 Release Series<br>Changes, New Features, and Fixes</h1>
 
 
 <h2>Caveats</h2>
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 3a6ec741..1ad972c2 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 5 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 5 Release Series<br>Changes, New Features, and Fixes</h1>
 
 
 <h2>Caveats</h2>
diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index 887baf84..4d42d0b7 100644
--- a/htdocs/gcc-6/changes.html
+++ b/htdocs/gcc-6/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 6 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 6 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>
 This page is a brief summary of some of the huge number of improvements in GCC 6.
diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html
index 79a42ca1..9a43803f 100644
--- a/htdocs/gcc-7/changes.html
+++ b/htdocs/gcc-7/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 7 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 7 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>
 This page is a brief summary of some of the huge number of improvements in GCC 7.
diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index e441d427..18d2f0c6 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -83,7 +83,7 @@ operation, you may want to use <code>ssh-agent</code>(1) and
 <samp>$HOME/.ssh/config</samp> an entry like:</p>
 
 <blockquote><p><code>
-Host gcc.gnu.org<br />
+Host gcc.gnu.org<br>
 &nbsp;&nbsp;ForwardX11 no
 </code></p></blockquote>
 
@@ -91,7 +91,7 @@ Host gcc.gnu.org<br />
 already configured those in <samp>$HOME/.gitconfig</samp>, do:</p>
 
 <blockquote><p><code>
-git config --global user.name "<i>Your Name</i>"<br />
+git config --global user.name "<i>Your Name</i>"<br>
 git config --global user.email "<i>Your Email Address</i>"
 </code></p></blockquote>
 
diff --git a/htdocs/lists.html b/htdocs/lists.html
index 59b07f84..65bf78c5 100644
--- a/htdocs/lists.html
+++ b/htdocs/lists.html
@@ -230,17 +230,17 @@ List-Archive, etc.).</p>
 our lists into a single folder named INLIST.gcc:</p>
 
 <blockquote><p><code>
-:0<br />
-* ^List-Id: .*&lt;.*.gcc.gnu.org&gt;$<br />
-INLIST.gcc<br />
+:0<br>
+* ^List-Id: .*&lt;.*.gcc.gnu.org&gt;$<br>
+INLIST.gcc<br>
 </code></p></blockquote>
 
 <p>To filter duplicate messages due to cross-posts to multiple lists, you
 can use the following recipe (Use at your own risk!):</p>
 
 <blockquote><p><code>
-:0 Wh: msgid.lock<br />
-* ^List-Id: .*&lt;.*.gcc.gnu.org&gt;$<br />
+:0 Wh: msgid.lock<br>
+* ^List-Id: .*&lt;.*.gcc.gnu.org&gt;$<br>
 | formail -D 8192 msgid.cache
 </code></p></blockquote>
 
diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html
index 77e87148..38738bb1 100644
--- a/htdocs/mirrors.html
+++ b/htdocs/mirrors.html
@@ -47,25 +47,25 @@ mirrors</a>.  The following sites mirror the gcc.gnu.org download site
 <p>The archives there will be signed by one of the following GnuPG keys:</p>
 
 <ul><li>
-1024D/745C015A 1999-11-09 Gerald Pfeifer &lt;gerald@pfeifer.com&gt;<br />
+1024D/745C015A 1999-11-09 Gerald Pfeifer &lt;gerald@pfeifer.com&gt;<br>
 Key fingerprint = B215 C163 3BCA 0477 615F  1B35 A5B3 A004 745C 015A
 </li><li>
-1024D/B75C61B8 2003-04-10 Mark Mitchell &lt;mark@codesourcery.com&gt;<br />
+1024D/B75C61B8 2003-04-10 Mark Mitchell &lt;mark@codesourcery.com&gt;<br>
 Key fingerprint = B3C4 2148 A44E 6983 B3E4  CC07 93FA 9B1A B75C 61B8
 </li><li>
-1024D/902C9419 2004-12-06 Gabriel Dos Reis &lt;gdr@acm.org&gt;<br />
+1024D/902C9419 2004-12-06 Gabriel Dos Reis &lt;gdr@acm.org&gt;<br>
 Key fingerprint = 90AA 4704 69D3 965A 87A5  DCB4 94D0 3953 902C 9419
 </li><li>
-1024D/F71EDF1C 2000-02-13 Joseph Samuel Myers &lt;jsm@polyomino.org.uk&gt;<br />
+1024D/F71EDF1C 2000-02-13 Joseph Samuel Myers &lt;jsm@polyomino.org.uk&gt;<br>
 Key fingerprint = 80F9 8B2E 0DAB 6C82 81BD  F541 A7C8 C3B2 F71E DF1C
 </li><li>
-2048R/FC26A641 2005-09-13 Richard Guenther &lt;richard.guenther@gmail.com&gt;<br />
+2048R/FC26A641 2005-09-13 Richard Guenther &lt;richard.guenther@gmail.com&gt;<br>
 Key fingerprint = 7F74 F97C 1034 68EE 5D75  0B58 3AB0 0996 FC26 A641
 </li><li>
-1024D/C3C45C06 2004-04-21 Jakub Jelinek &lt;jakub@redhat.com&gt;<br />
+1024D/C3C45C06 2004-04-21 Jakub Jelinek &lt;jakub@redhat.com&gt;<br>
 Key fingerprint = 33C2 35A3 4C46 AA3F FB29  3709 A328 C3A2 C3C4 5C06
 </li><li>
-4096R/09B5FA62 2020-05-28 Jakub Jelinek &lt;jakub@redhat.com&gt;<br />
+4096R/09B5FA62 2020-05-28 Jakub Jelinek &lt;jakub@redhat.com&gt;<br>
 Key fingerprint = D3A9 3CAD 751C 2AF4 F8C7  AD51 6C35 B993 09B5 FA62
 </li></ul>
 
diff --git a/htdocs/news.html b/htdocs/news.html
index a6d117fc..fb27c64f 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -589,7 +589,7 @@ The GCC Steering Committee, along with the Free Software Foundation
 and the Software Freedom Law Center, is pleased to announce the release
 of a new <a href="http://www.gnu.org/licenses/gcc-exception.html">GCC
 Runtime Library Exception</a>.
-<br />
+<br>
 This license exception has been developed to allow various GCC
 libraries to upgrade to GPLv3.  It will also enable the development
 of a plugin framework for GCC.
@@ -1448,7 +1448,7 @@ status.
 Jim Wilson and Richard Henderson of Cygnus, a Red Hat company, and
 David Mosberger of HP labs have
 contributed a port for the Intel Itanium (aka IA-64) processor.
-<br /><br />
+<br><br>
 Jeff Law and Richard Henderson of Cygnus, a Red Hat company, have contributed
 RTL based tail call elimination optimizations.  Support currently exists for
 the Alpha, HPPA, ia32 and MIPS processors.  Long term the RTL based
@@ -1645,7 +1645,7 @@ LinuxExpo to the appropriate lists,
 and Craig Burley has made Toon's notes available (in edited form) at <a
 href="http://world.std.com/~burley/bof.html">http://world.std.com/~burley/bof.html</a>.
 
-<br />Probably the most important decision reached at the meeting
+<br>Probably the most important decision reached at the meeting
 is that Craig Burley will undertake the long-awaited <q>0.6 rewrite</q>
 of the <code>g77</code> front end as his top priority for
 the <code>gcc</code> 3.0 release,
@@ -1653,7 +1653,7 @@ rather than focusing on implementing some of the <q>most wanted</q>
 features that didn't require the rewrite,
 such as Cray pointers.
 
-<br />The BOF provided us with
+<br>The BOF provided us with
 some additional information to guide future development of
 GNU Fortran.
 Thanks to all who attended, whether in person or in spirit!
@@ -1684,10 +1684,10 @@ Yes, it is not a hoax: The egcs steering committee is appointed official
 GNU maintainer for GCC; the egcs team will be responsible for rolling out
 future GCC releases.
 
-<br />This will require some changes in policy and procedures for the project.
+<br>This will require some changes in policy and procedures for the project.
 We will provide more information on those changes as they are available.
 
-<br /><a href="http://www.gnu.org">www.gnu.org</a> has the FSF announcement
+<br><a href="http://www.gnu.org">www.gnu.org</a> has the FSF announcement
 under the "GNU flashes" heading.
 </dd>
 
@@ -1708,8 +1708,8 @@ that tracks checkins to the egcs webpages CVS repository.
 <dd>
 Cygnus announces the first public
 release of libgcj, the runtime component of the GNU compiler for Java.
-<br /><a href="news/javaannounce.html">Read the release announcement</a>.
-<br /><a href="java/">Goto the libgcj homepage</a>.
+<br><a href="news/javaannounce.html">Read the release announcement</a>.
+<br><a href="java/">Goto the libgcj homepage</a>.
 </dd>
 
 <dt><b>April 6, 1999</b></dt>
diff --git a/htdocs/news/dfa.html b/htdocs/news/dfa.html
index 0f70fc3c..996eafc9 100644
--- a/htdocs/news/dfa.html
+++ b/htdocs/news/dfa.html
@@ -10,7 +10,7 @@
 <body>
 <h1>DFA Scheduler</h1>
 
-<p>Original April 30, 2002.<br />
+<p>Original April 30, 2002.<br>
 Last Updated May 5, 2002</p>
 
 <p>We are pleased to announce that Vladimir Makarov, of
diff --git a/htdocs/news/egcs-vcg.html b/htdocs/news/egcs-vcg.html
index 3277b659..5213152d 100644
--- a/htdocs/news/egcs-vcg.html
+++ b/htdocs/news/egcs-vcg.html
@@ -10,7 +10,7 @@
 <body>
 <h1>Drawing Flow Graphs</h1>
 
-    <p>November 23, 1998.<br />
+    <p>November 23, 1998.<br>
        updated October 19, 2002</p>
 
     <p>Ulrich Drepper has contributed support for automatic generation
diff --git a/htdocs/news/gcse.html b/htdocs/news/gcse.html
index adbc09f8..80244281 100644
--- a/htdocs/news/gcse.html
+++ b/htdocs/news/gcse.html
@@ -51,9 +51,9 @@ Fred Chow's thesis.</p>
 <p> The difference between GCSE and PRE is best illustrated with an example
 flow graph:</p>
 
-<br />
+<br>
 <img src="gcse.jpg" alt="PRE example" width="425" height="425" />
-<br />
+<br>
 
 
 <p>This example has a computation of "exp1" in blocks B2, B3 and B6.  Assume
diff --git a/htdocs/projects/cfo.html b/htdocs/projects/cfo.html
index af169a02..a6b2a51e 100644
--- a/htdocs/projects/cfo.html
+++ b/htdocs/projects/cfo.html
@@ -64,8 +64,8 @@ therefore only those instructions may be moved, which neither invalidate any
 existing dependencies nor introduce new ones. To obtain the best size 
 reduction some of the instructions are moved upward (code hoisting) to the 
 common predecessor, while some are moved downward (code sinking) to the 
-common successor.<br />
-C code example:<br />
+common successor.<br>
+C code example:<br>
 <pre>
 // Original source            // After local factoring
 {                             {
@@ -94,8 +94,8 @@ C code example:<br />
 factoring, this works with whole basic blocks instead of single instructions. 
 The main idea of this technique is to find identical sequences of code, which 
 can be turned into procedures and then replace all occurrences with calls to
-the newly created subrutine. It is kind of an opposite of function inlining.<br />
-C code example:<br />
+the newly created subrutine. It is kind of an opposite of function inlining.<br>
+C code example:<br>
 <pre>
 // Original source            // After sequence abstraction
 {                             {
diff --git a/htdocs/projects/cpplib.html b/htdocs/projects/cpplib.html
index 9a337e04..bc43b6c1 100644
--- a/htdocs/projects/cpplib.html
+++ b/htdocs/projects/cpplib.html
@@ -165,7 +165,7 @@ string and character constants.</p>
       reencoded using some mangling scheme if the assembler cannot
       handle UTF8 identifiers.  (Does the new C++ ABI have anything to
       say about this?  What does the Java compiler do?)
-      <br />
+      <br>
       Unicode <code>U+0024</code> will be permitted in
       identifiers if and only if <code>$</code> is permitted.</li>
 
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 2a80827d..f837575c 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -750,7 +750,7 @@
     <tr>
       <td> Feature test macros </td>
       <td><a href="https://wg21.link/p0941r2">P0941R2</a></td>
-      <td class="supported"> <a href="../gcc-4.9/changes.html#cxx">4.9</a> (<code>__cpp_</code> macros) <br />
+      <td class="supported"> <a href="../gcc-4.9/changes.html#cxx">4.9</a> (<code>__cpp_</code> macros) <br>
         <a href="../gcc-5/changes.html#cxx">5</a> (<code>__has_cpp_attribute</code>) </td>
       <td> </td>
     </tr>
@@ -860,7 +860,7 @@
       <td> Structured binding extensions </td>
       <td><a href="https://wg21.link/p1091r3">P1091R3</a><br/>
       <a href="https://wg21.link/p1381r1">P1381R1</a></td>
-      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> <br />
+      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> <br>
         <a href="../gcc-8/changes.html#cxx">8</a> </td>
       <td> </td>
     </tr>
@@ -996,10 +996,10 @@
     <tr>
       <td> Attributes for namespaces and enumerators </td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4266.html">N4266</a> </td>
-      <td class="supported"> <a href="../gcc-4.9/changes.html#cxx">4.9</a> (namespaces) <br />
+      <td class="supported"> <a href="../gcc-4.9/changes.html#cxx">4.9</a> (namespaces) <br>
         <a href="../gcc-6/changes.html#cxx">6</a> (enumerators) </td>
       <td>
-        __cpp_namespace_attributes &gt;= 201411 <br />
+        __cpp_namespace_attributes &gt;= 201411 <br>
         __cpp_enumerator_attributes &gt;= 201411
       </td>
     </tr>
diff --git a/htdocs/projects/h8300-abi.html b/htdocs/projects/h8300-abi.html
index ec56f5f8..2122ea5b 100644
--- a/htdocs/projects/h8300-abi.html
+++ b/htdocs/projects/h8300-abi.html
@@ -162,13 +162,13 @@ as follows:</p>
   <th>Address</th>
   <th>Description</th>
   <th>Size on H8/300</th>
-  <th>Size on H8/300H and H8S<br />(Normal Mode)</th>
-  <th>Size on H8/300H and H8S<br />(Advanced Mode)</th>
+  <th>Size on H8/300H and H8S<br>(Normal Mode)</th>
+  <th>Size on H8/300H and H8S<br>(Advanced Mode)</th>
   <th>Pointed to by</th>
 </tr>
 <tr>
   <td>High</td>
-  <td>Arguments<br />(if any)</td>
+  <td>Arguments<br>(if any)</td>
   <td>Multiple of 2 bytes</td>
   <td>Multiple of 4 bytes</td>
   <td>Multiple of 4 bytes</td>
@@ -204,7 +204,7 @@ as follows:</p>
   <td>Multiple of 2 bytes</td>
   <td>Multiple of 4 bytes</td>
   <td>Multiple of 4 bytes</td>
-  <td>R7 or ER7<br />(points to the lowest address)</td>
+  <td>R7 or ER7<br>(points to the lowest address)</td>
 </tr>
 </table>
 
@@ -231,13 +231,13 @@ follows:</p>
   <th>Address</th>
   <th>Description</th>
   <th>Size on H8/300</th>
-  <th>Size on H8/300H and H8S<br />(Normal Mode)</th>
-  <th>Size on H8/300H and H8S<br />(Advanced Mode)</th>
+  <th>Size on H8/300H and H8S<br>(Normal Mode)</th>
+  <th>Size on H8/300H and H8S<br>(Advanced Mode)</th>
   <th>Pointed to by</th>
 </tr>
 <tr>
   <td>High</td>
-  <td>Arguments<br />(if any)</td>
+  <td>Arguments<br>(if any)</td>
   <td>Multiple of 2 bytes</td>
   <td>Multiple of 4 bytes</td>
   <td>Multiple of 4 bytes</td>
@@ -253,7 +253,7 @@ follows:</p>
 </tr>
 <tr>
   <td>&nbsp;</td>
-  <td>Saved Frame Pointer<br />(if any)</td>
+  <td>Saved Frame Pointer<br>(if any)</td>
   <td>2 bytes</td>
   <td>4 bytes</td>
   <td>4 bytes</td>
@@ -273,7 +273,7 @@ follows:</p>
   <td>Multiple of 2 bytes</td>
   <td>Multiple of 4 bytes</td>
   <td>Multiple of 4 bytes</td>
-  <td>R7 or ER7<br />(points to the lowest address)</td>
+  <td>R7 or ER7<br>(points to the lowest address)</td>
 </tr>
 </table>
 
diff --git a/htdocs/projects/tree-profiling.html b/htdocs/projects/tree-profiling.html
index 46aae400..4aecc34c 100644
--- a/htdocs/projects/tree-profiling.html
+++ b/htdocs/projects/tree-profiling.html
@@ -200,7 +200,7 @@ probably be included on the branch soonish.  Otherwise, plans exist for
 reorganisation of the compiler passes as follows:</p>
 
 <ol>
-<li>For each SCC in the call graph in reverse topological order<br />
+<li>For each SCC in the call graph in reverse topological order<br>
     <ul>
     <li>do simple intraprocedural optimizations in SSA form (basically,
 	run anything that is cheap and can not create overlapping live
diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html
index c8f36229..1dd84295 100644
--- a/htdocs/projects/tree-ssa/tree-browser.html
+++ b/htdocs/projects/tree-ssa/tree-browser.html
@@ -10,8 +10,8 @@
   <body>
 
     <!-- banner -->
-   <p class="bold"><br />Tree Browser has been removed from GCC,
-   and this page is no longer up-to-date.<br /><br /></p>
+   <p class="bold"><br>Tree Browser has been removed from GCC,
+   and this page is no longer up-to-date.<br><br></p>
     <hr />
 
 <h1>Tree Browser</h1>
diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html
index 19e1f842..93fe7448 100644
--- a/htdocs/projects/tree-ssa/vectorization.html
+++ b/htdocs/projects/tree-ssa/vectorization.html
@@ -8,7 +8,7 @@
 </head>
 
 <body>
-    <h1>Auto-vectorization in GCC<br /></h1>
+    <h1>Auto-vectorization in GCC<br></h1>
 
     <p>The goal of this project was to develop a loop and basic block
     vectorizer in GCC, based on the <a href="./">tree-ssa</a> framework.
@@ -2022,7 +2022,7 @@ while (*p != NULL) {
             target? similarly for alignment, multiplication of
             integers, etc.).</p>
 
-            <p><b>Status:</b> Open for discussion.<br />
+            <p><b>Status:</b> Open for discussion.<br>
             Related discussion:
 	    <a href=
             "https://gcc.gnu.org/ml/gcc/2004-08/msg00317.html">
@@ -2058,7 +2058,7 @@ while (*p != NULL) {
             time tests to decide which version of the loop to
             execute (scalar or vectorized).</p>
 
-            <p><b>Status:</b> Open for discussion.<br />
+            <p><b>Status:</b> Open for discussion.<br>
             Related discussion: <a href=
             "https://gcc.gnu.org/ml/gcc-patches/2003-09/msg00469.html">
             https://gcc.gnu.org/ml/gcc-patches/2003-09/msg00469.html</a></p>
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 0c0b0d40..f0327e39 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -63,157 +63,157 @@ names.
 
 <ul>
  <li>AArch64
-  <br />The 64-bit execution state of the ARM Architecture, first introduced
+  <br>The 64-bit execution state of the ARM Architecture, first introduced
   by the ARMv8-A architecture.
-  <br />Manufacturer: Various, by license from ARM.
-  <br /><a href="https://developer.arm.com/architectures/cpu-architecture">ARM Documentation</a>
+  <br>Manufacturer: Various, by license from ARM.
+  <br><a href="https://developer.arm.com/architectures/cpu-architecture">ARM Documentation</a>
  </li>
 
  <li>andes (nds32)
-  <br />Manufacturer: Various licenses of Andes Technology Corporation.
-  <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
-  <br /><a href="http://www.andestech.com/en/products-solutions/product-documentation/">Andes Documentation</a>
-  <br />GDB includes a simulator for all CPUs.
+  <br>Manufacturer: Various licenses of Andes Technology Corporation.
+  <br>CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
+  <br><a href="http://www.andestech.com/en/products-solutions/product-documentation/">Andes Documentation</a>
+  <br>GDB includes a simulator for all CPUs.
  </li>
 
  <li>arc
-  <br />Manufacturer: Synopsys Inc (as Synopsys DesignWare softcore)
-  <br />CPUs include: ARC600, ARC700
-  <br /><a href="https://www.synopsys.com/designware-ip/processor-solutions.html">ARC Documentation</a>
+  <br>Manufacturer: Synopsys Inc (as Synopsys DesignWare softcore)
+  <br>CPUs include: ARC600, ARC700
+  <br><a href="https://www.synopsys.com/designware-ip/processor-solutions.html">ARC Documentation</a>
  </li>
 
  <li>ARM
-  <br />Manufacturer: Various, by license from ARM.
-  <br />CPUs include: ARM7TDMI, and the Cortex-A, Cortex-R and Cortex-M series.
-  <br /><a href="https://developer.arm.com/architectures/cpu-architecture">ARM Documentation</a>
-  <br /><a href="https://developer.arm.com/documentation/ihi0036/latest/">Application Binary Interface (ABI) for the ARM Architecture</a>
+  <br>Manufacturer: Various, by license from ARM.
+  <br>CPUs include: ARM7TDMI, and the Cortex-A, Cortex-R and Cortex-M series.
+  <br><a href="https://developer.arm.com/architectures/cpu-architecture">ARM Documentation</a>
+  <br><a href="https://developer.arm.com/documentation/ihi0036/latest/">Application Binary Interface (ABI) for the ARM Architecture</a>
  </li>
 
  <li>AVR
-  <br />Manufacturer: Atmel
+  <br>Manufacturer: Atmel
  </li>
 
  <li>Blackfin
-  <br />Manufacturer: Analog Devices
-  <br /><a href="https://www.analog.com/en/products/processors-microcontrollers/processors-dsp/blackfin-embedded-processors.html">Blackfin Documentation</a>
+  <br>Manufacturer: Analog Devices
+  <br><a href="https://www.analog.com/en/products/processors-microcontrollers/processors-dsp/blackfin-embedded-processors.html">Blackfin Documentation</a>
  </li>
 
  <li>c4x
-   <br />Manufacturer: Texas Instruments
-   <br />Exact chip name: TMS320C4X
+   <br>Manufacturer: Texas Instruments
+   <br>Exact chip name: TMS320C4X
  </li>
 
  <li>C6X
-   <br />Manufacturer: Texas Instruments
-   <br />Exact chip name: TMS320C6X
-   <br /><a href="http://linux-c6x.org/">Site for the Linux on C6X project</a>
+   <br>Manufacturer: Texas Instruments
+   <br>Exact chip name: TMS320C6X
+   <br><a href="http://linux-c6x.org/">Site for the Linux on C6X project</a>
  </li>
 
  <li>CR16
-   <br />Manufacturer: National Semiconductor
-   <br />Acronym stands for: CompactRISC 16-bit 
-   <br />GDB includes a simulator
+   <br>Manufacturer: National Semiconductor
+   <br>Acronym stands for: CompactRISC 16-bit 
+   <br>GDB includes a simulator
  </li>
 
  <li>CRIS
-   <br />Manufacturer: Axis Communications
-   <br />Acronym stands for: Code Reduced Instruction Set
-   <br />The CRIS architecture is used in the ETRAX system-on-a-chip series.
-   <br /><a href="https://www.axis.com/files/tech_notes/etrax_100lx_prog_man-050519.pdf">Programmer's Manual for CRIS v10</a>
+   <br>Manufacturer: Axis Communications
+   <br>Acronym stands for: Code Reduced Instruction Set
+   <br>The CRIS architecture is used in the ETRAX system-on-a-chip series.
+   <br><a href="https://www.axis.com/files/tech_notes/etrax_100lx_prog_man-050519.pdf">Programmer's Manual for CRIS v10</a>
  </li>
  
  <li>C-SKY
-   <br />Manufacturer: C-SKY Microsystems
-   <br /><a href="https://github.com/c-sky/csky-doc">C-SKY Documentation</a>
+   <br>Manufacturer: C-SKY Microsystems
+   <br><a href="https://github.com/c-sky/csky-doc">C-SKY Documentation</a>
  </li>
  
  <li>Epiphany
-  <br />Manufacturer: Adapteva
-  <br /><a href="https://www.adapteva.com">Manufacturer's website</a> with
+  <br>Manufacturer: Adapteva
+  <br><a href="https://www.adapteva.com">Manufacturer's website</a> with
   additional information about the Epiphany architecture.
  </li>
  
  <li>fr30
-   <br />Manufacturer: Fujitsu
-   <br />Acronym stands for: Fujitsu RISC
-   <br />GDB includes a <a href="https://sourceware.org/cgen/">CGEN</a>
+   <br>Manufacturer: Fujitsu
+   <br>Acronym stands for: Fujitsu RISC
+   <br>GDB includes a <a href="https://sourceware.org/cgen/">CGEN</a>
    generated simulator.
  </li>
  
  <li>h8300
-   <br />Manufacturer: Renesas
-   <br />Exact chip name: H8/300
-   <br />GDB includes a simulator.
-   <br /><a href="projects/h8300-abi.html">H8/300
+   <br>Manufacturer: Renesas
+   <br>Exact chip name: H8/300
+   <br>GDB includes a simulator.
+   <br><a href="projects/h8300-abi.html">H8/300
          Application Binary Interface for GCC</a>.
  </li>
  
  <li>i386 (i486, i586, i686, i786)
-   <br />Manufacturer: Intel
+   <br>Manufacturer: Intel
 
-  <br />Some information about optimizing for x86 processors, links to
+  <br>Some information about optimizing for x86 processors, links to
   x86 manuals and documentation:
 
-  <br /><a href="https://www.agner.org/optimize/">https://www.agner.org/optimize/</a>
-  <br /><a href="https://www.sandpile.org">www.sandpile.org</a>:
+  <br><a href="https://www.agner.org/optimize/">https://www.agner.org/optimize/</a>
+  <br><a href="https://www.sandpile.org">www.sandpile.org</a>:
   Christian Ludloff's technical x86 processor information.
  </li>
  
   <li>i860
-  <br />Manufacturer: Intel
+  <br>Manufacturer: Intel
   </li>
  
  <li>m32c
-  <br />Manufacturer: Renesas
-  <br /><a href="https://www.renesas.com/us/en/products/microcontrollers-microprocessors/other-mcus-mpus/m16c-family-mcus-r32c-m32c-m16c">Renesas M16C Family (R32C/M32C/M16C) Site</a>
-  <br />GDB includes a simulator.
+  <br>Manufacturer: Renesas
+  <br><a href="https://www.renesas.com/us/en/products/microcontrollers-microprocessors/other-mcus-mpus/m16c-family-mcus-r32c-m32c-m16c">Renesas M16C Family (R32C/M32C/M16C) Site</a>
+  <br>GDB includes a simulator.
  </li>
  
  <li>m32r
-  <br />Manufacturer: Renesas
-  <br />GDB includes a CGEN generated simulator.
+  <br>Manufacturer: Renesas
+  <br>GDB includes a CGEN generated simulator.
  </li>
  
  <li>m68hc11 (m68hc12)
-  <br />Manufacturer: Motorola
-  <br />GDB includes a 68HC11 and a 68HC12 simulator.
+  <br>Manufacturer: Motorola
+  <br>GDB includes a 68HC11 and a 68HC12 simulator.
  </li>
  
  <li>m68k
-  <br />Manufacturer: Motorola
+  <br>Manufacturer: Motorola
  </li>
  
  <li>mcore
-  <br />Manufacturer: Motorola
-  <br />GDB includes a simulator.
+  <br>Manufacturer: Motorola
+  <br>GDB includes a simulator.
  </li>
 
  <li>MeP
-   <br />Manufacturer: Toshiba
-   <br />SID includes a MeP simulator.
+   <br>Manufacturer: Toshiba
+   <br>SID includes a MeP simulator.
  </li>
 
  <li>MicroBlace
-   <br />Manufacturer: Xilinx
-   <br /><a href="https://www.xilinx.com/support/documentation/sw_manuals/xilinx11/mb_ref_guide.pdf">
+   <br>Manufacturer: Xilinx
+   <br><a href="https://www.xilinx.com/support/documentation/sw_manuals/xilinx11/mb_ref_guide.pdf">
          MicroBlaze Processor Reference Guide</a>
-   <br />GDB includes a simulator for an earlier version of the processor.
+   <br>GDB includes a simulator for an earlier version of the processor.
  </li>
 
  <li>mips (mipsel, mips64, mips64el)
-  <br />The *el variants are little-endian configurations.
+  <br>The *el variants are little-endian configurations.
  </li>
  
  <li>MMIX
-   <br />Manufacturer: none.  There is a simulator, see links below.
-   <br />Acronym stands for: Roman numeral for 2009, pronounced
+   <br>Manufacturer: none.  There is a simulator, see links below.
+   <br>Acronym stands for: Roman numeral for 2009, pronounced
    [EM-micks] wwwdocs:.  The number stands for the average of numbers of "14
    actual computers very similar to MMIX".  The name may also be due to a
    predecessor appropriately named MIX.
-   <br />MMIX is used in program examples in Donald E. Knuth's
+   <br>MMIX is used in program examples in Donald E. Knuth's
    <a href="https://www-cs-faculty.stanford.edu/~knuth/taocp.html">The Art
    of Computer Programming</a> (ISBN 0-201-89683-4).
-   <br />The <a
+   <br>The <a
    href="https://www-cs-faculty.stanford.edu/~knuth/mmix.html">MMIX
    page</a> has more information about MMIX.  Knuth also wrote a
    <a href="https://www-cs-faculty.stanford.edu/~knuth/mmixware.html">book
@@ -221,101 +221,101 @@ names.
  </li>
  
  <li>mn10300
-  <br />Manufacturer: Matsushita
-  <br />Alternate chip name: AM30
-  <br />GDB includes a simulator.
+  <br>Manufacturer: Matsushita
+  <br>Alternate chip name: AM30
+  <br>GDB includes a simulator.
  </li>
 
  <li>msp430
-  <br />Manufacturer: Texas Instruments
-  <br />GDB includes a simulator.
+  <br>Manufacturer: Texas Instruments
+  <br>GDB includes a simulator.
  </li>
  
  <li>Nios II
-  <br />Manufacturer: Intel (formerly Altera)
-  <br /><a href="https://www.intel.com/content/www/us/en/programmable/products/processors/support.html">Nios II Processor Documentation</a>
+  <br>Manufacturer: Intel (formerly Altera)
+  <br><a href="https://www.intel.com/content/www/us/en/programmable/products/processors/support.html">Nios II Processor Documentation</a>
  </li>
 
  <li>OpenRISC
-  <br />Manufacturer: Many (community built architecture)
-  <br /><a href="https://openrisc.io">OpenRISC Project</a>
-  <br /><a href="https://openrisc.io/architecture">Architecture Specification</a>
+  <br>Manufacturer: Many (community built architecture)
+  <br><a href="https://openrisc.io">OpenRISC Project</a>
+  <br><a href="https://openrisc.io/architecture">Architecture Specification</a>
  </li>
 
  <li>pa
-  <br />Manufacturer: HP
-  <br />PA-RISC is preferred over the older HPPA acronym
+  <br>Manufacturer: HP
+  <br>PA-RISC is preferred over the older HPPA acronym
   (Hewlett-Packard Precision Architecture).
-  <br /><a href="https://parisc.wiki.kernel.org/index.php/Main_Page">parisc.wiki.kernel.org</a>
+  <br><a href="https://parisc.wiki.kernel.org/index.php/Main_Page">parisc.wiki.kernel.org</a>
   is another good source of PA-RISC documention.
  </li>
 
  <li>pdp11
-  <br />Manufacturer: DEC
-  <br /><a href="http://simh.trailing-edge.com/">Simulators</a>
+  <br>Manufacturer: DEC
+  <br><a href="http://simh.trailing-edge.com/">Simulators</a>
  </li>
 
  <li>pru
-   <br />Manufacturer: Texas Instruments
-   <br /><a href="https://www.ti.com/lit/ug/spruij2/spruij2.pdf">PRU Assembly Instruction User Guide.</a>
-   <br /><a href="https://www.ti.com/lit/ug/spruhv7c/spruhv7c.pdf">TI ABI Specification (see chapter 6).</a>
-   <br /><a href="https://elinux.org/Category:PRU">Community PRU Documentation</a>
+   <br>Manufacturer: Texas Instruments
+   <br><a href="https://www.ti.com/lit/ug/spruij2/spruij2.pdf">PRU Assembly Instruction User Guide.</a>
+   <br><a href="https://www.ti.com/lit/ug/spruhv7c/spruhv7c.pdf">TI ABI Specification (see chapter 6).</a>
+   <br><a href="https://elinux.org/Category:PRU">Community PRU Documentation</a>
  </li>
 
  <li>riscv
-  <br />Manufacturer: Many (open ISA standard)
-  <br /><a href="https://riscv.org">RISC-V Foundation</a>
-  <br /><a href="https://riscv.org/technical/specifications/">ISA Specifications</a>
+  <br>Manufacturer: Many (open ISA standard)
+  <br><a href="https://riscv.org">RISC-V Foundation</a>
+  <br><a href="https://riscv.org/technical/specifications/">ISA Specifications</a>
  </li>
  
  <li>rs6000 (powerpc, powerpcle)
-  <br />Manufacturer: IBM, Motorola
-  <br /><a href="https://www.ibm.com/systems/power/openpower/">Power ISA</a>
-  <br /><a href="https://openpowerfoundation.org/?resource_lib=64-bit-elf-v2-abi-specification-power-architecture">64-Bit ELF V2 ABI - OpenPOWER ABI</a>
-  <br /><a href="http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base/43_docs/aixassem/alangref/toc.htm">AIX V4.3 Assembler Language Ref.</a>
-  <br /><a href="http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm">AIX 5L Assembler Language Ref.</a>
+  <br>Manufacturer: IBM, Motorola
+  <br><a href="https://www.ibm.com/systems/power/openpower/">Power ISA</a>
+  <br><a href="https://openpowerfoundation.org/?resource_lib=64-bit-elf-v2-abi-specification-power-architecture">64-Bit ELF V2 ABI - OpenPOWER ABI</a>
+  <br><a href="http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base/43_docs/aixassem/alangref/toc.htm">AIX V4.3 Assembler Language Ref.</a>
+  <br><a href="http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm">AIX 5L Assembler Language Ref.</a>
  </li>
  
  <li>rx
-  <br />Manufacturer: Renesas
-  <br /><a href="https://www.renesas.com/us/en/products/microcontrollers-microprocessors/m16c.html">RX610 landing page</a>
+  <br>Manufacturer: Renesas
+  <br><a href="https://www.renesas.com/us/en/products/microcontrollers-microprocessors/m16c.html">RX610 landing page</a>
  </li>
  
  <li>sh
-  <br />Manufacturer: Renesas, various licensees.
-  <br />CPUs include: SH1, SH2, SH2-DSP, SH3, SH3-DSP, SH4, SH4A, SH5 series.
-  <br /><a href="https://www.renesas.com/us/en/products/microcontrollers-microprocessors/other-mcus-mpus/superh-risc-engine-family-mcus">Renesas SuperH Processors</a>
-  <br /><a href="http://shared-ptr.com/sh_insns.html">SuperH Instruction Set Summary</a>
-  <br />GDB includes a simulator.
+  <br>Manufacturer: Renesas, various licensees.
+  <br>CPUs include: SH1, SH2, SH2-DSP, SH3, SH3-DSP, SH4, SH4A, SH5 series.
+  <br><a href="https://www.renesas.com/us/en/products/microcontrollers-microprocessors/other-mcus-mpus/superh-risc-engine-family-mcus">Renesas SuperH Processors</a>
+  <br><a href="http://shared-ptr.com/sh_insns.html">SuperH Instruction Set Summary</a>
+  <br>GDB includes a simulator.
  </li>
  
  <li>sparc (sparclite, sparc64)
-  <br />Manufacturer: Sun
-  <br />Acronym stands for: Scalable Processor ARChitecture
+  <br>Manufacturer: Sun
+  <br>Acronym stands for: Scalable Processor ARChitecture
  </li>
  
  <li>tilegx, tilepro
-  <br />Manufacturer: Mellanox
+  <br>Manufacturer: Mellanox
  </li>
  
  <li>v850
-  <br />Manufacturer: NEC
+  <br>Manufacturer: NEC
  </li>
  
  <li>vax
-  <br />Manufacturer: DEC
+  <br>Manufacturer: DEC
  </li>
  
  <li>xtensa
-  <br />Manufacturer: Tensilica
+  <br>Manufacturer: Tensilica
  </li>
 
  <li>z/Architecture (S/390)
-  <br />Manufacturer: IBM
-  <br /><a href="http://publibfp.dhe.ibm.com/epubs/pdf/a227832c.pdf">z/Architecture Principles of Operation</a>
-  <br /><a href="http://publibfp.dhe.ibm.com/epubs/pdf/dz9ar008.pdf">ESA/390 Principles of Operation</a>
-  <br /><a href="https://refspecs.linuxbase.org/ELF/zSeries/lzsabi0_zSeries.html">Linux for z Systems ABI</a>
-  <br /><a href="https://refspecs.linuxbase.org/ELF/zSeries/lzsabi0_s390.html">Linux for S/390 ABI</a>
+  <br>Manufacturer: IBM
+  <br><a href="http://publibfp.dhe.ibm.com/epubs/pdf/a227832c.pdf">z/Architecture Principles of Operation</a>
+  <br><a href="http://publibfp.dhe.ibm.com/epubs/pdf/dz9ar008.pdf">ESA/390 Principles of Operation</a>
+  <br><a href="https://refspecs.linuxbase.org/ELF/zSeries/lzsabi0_zSeries.html">Linux for z Systems ABI</a>
+  <br><a href="https://refspecs.linuxbase.org/ELF/zSeries/lzsabi0_s390.html">Linux for S/390 ABI</a>
  </li>
 
 </ul>
@@ -629,52 +629,52 @@ Below is the list of ports that GCC used to support.
 
 <ul>
   <li>1750a
-  <br />Exact chip name: MIL-STD-1750A processor
-  <br />Manufacturers: various
-  <br /><a href="http://legacy.cleanscape.net/stdprod/xtc1750a/resources/mil-std-1750.zip">Specification</a>
+  <br>Exact chip name: MIL-STD-1750A processor
+  <br>Manufacturers: various
+  <br><a href="http://legacy.cleanscape.net/stdprod/xtc1750a/resources/mil-std-1750.zip">Specification</a>
   </li>
 
   <li>a29k
-  <br />Manufacturer: AMD
+  <br>Manufacturer: AMD
   </li>
 
   <li>clipper
-  <br />Manufacturer: Intergraph
-  <br />Exact machine name: CLIPPER
+  <br>Manufacturer: Intergraph
+  <br>Exact machine name: CLIPPER
   </li>
 
   <li>convex (c1, c2, c3[248] wwwdocs:)
-  <br />Manufacturer: Convex (HP)
+  <br>Manufacturer: Convex (HP)
   </li>
 
   <li>d30v
-  <br />Manufacturer: Mitsubishi
-  <br />There is no longer any reference to this chip anywhere on the 
+  <br>Manufacturer: Mitsubishi
+  <br>There is no longer any reference to this chip anywhere on the 
       manufacturer's web site; it may be dead.
-  <br />GDB includes a simulator.
+  <br>GDB includes a simulator.
   </li>
  
   <li>dsp16xx
-  <br />Manufacturer: AT&amp;T
+  <br>Manufacturer: AT&amp;T
   </li>
  
   <li>m88k
-  <br />Manufacturer: Motorola
+  <br>Manufacturer: Motorola
   </li>
  
   <li>mn10200
-  <br />Manufacturer: Matsushita
-  <br />GDB includes a simulator.
+  <br>Manufacturer: Matsushita
+  <br>GDB includes a simulator.
   </li>
  
   <li>pj (picoJava)
-  <br />Manufacturer: Sun
+  <br>Manufacturer: Sun
   </li>
 
   <li>romp
-  <br />Manufacturer: IBM
-  <br />Acronym stands for: Research/Office Products MicroProcessor
-  <br />The ROMP was the processor inside the IBM PC/RT.
+  <br>Manufacturer: IBM
+  <br>Acronym stands for: Research/Office Products MicroProcessor
+  <br>The ROMP was the processor inside the IBM PC/RT.
   </li>
  
 </ul>
diff --git a/htdocs/search.html b/htdocs/search.html
index b45f171d..2f006551 100644
--- a/htdocs/search.html
+++ b/htdocs/search.html
@@ -34,10 +34,10 @@ Sort by: <select name="sort">
 </select>
 <a href="#syntax">Search-syntax</a>
 
-<br />
+<br>
 <input type="submit" value="Search:" />
 <input type="text" size="50" name="words" value="" />
-<br />
+<br>
 <hr />
 <!-- Synopsis: Optionally restrict the search.  One fairly general
      select-menu and detailed choices for each different web-area.
@@ -73,7 +73,7 @@ value="g/a|g/b|g/c|g/d|g/e|g/f|g/g|g/h|g/i|g/j|g/l|g/mi|g/n|g/o|g/p|g/r|g/s|g/th
 all regular web pages.
 </option>
 </select>
-<br />
+<br>
 <!-- These "areas" are just the ones I could easily discern.  -->
 <span class="smaller">Web page areas:</span>
 <input type="checkbox" name="restrict"
@@ -82,7 +82,7 @@ value="g/a|g/b|g/c|g/d|g/e|g/f|g/g|g/h|g/i|g/j|g/l|g/mi|g/n|g/p|g/r|g/s|g/ti|g/t
 <input type="checkbox" name="restrict" value="g/o" />
 <a href="onlinedocs/">
 Documentation</a>
-<br />
+<br>
 <p class="smaller">
 Mailing lists, including those for the old egcs project.  Ticking a box is like marking all dates for that list:
 </p>
diff --git a/htdocs/searchbox.ihtml b/htdocs/searchbox.ihtml
index 6891da45..c066df0b 100644
--- a/htdocs/searchbox.ihtml
+++ b/htdocs/searchbox.ihtml
@@ -4,7 +4,7 @@
 <input type="text" size="30" name="q" value="" class="smaller" />
 <input type="hidden" name="cmd" value="Search" />
 <input type="submit" value="Search" class="smaller" />
-<br />
+<br>
 <span class="smaller">Match: <select name="m" class="smaller">
   <option value="all">All words</option>
   <option value="any">Any word</option>
diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index 95cfa881..2e54476b 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -185,7 +185,7 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>32-bit word, little endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00592.html">3.3 20030509 (prerelease)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00949.html">3.2.3 20030415 (prerelease)</a>
  </td>
 </tr>
@@ -205,7 +205,7 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>cc0 target, big endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00624.html">3.3 20030509 (prerelease)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00967.html">3.2.3 20030415 (prerelease)</a>
  </td>
 </tr>
@@ -225,7 +225,7 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>big endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00636.html">4.1.0 20051112 (experimental)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00619.html">3.3 20030509 (prerelease)</a>
  </td>
 </tr>
@@ -245,7 +245,7 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>cc0 target, little endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00632.html">3.3 20030509 (prerelease)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00972.html">3.2.3 20030415 (prerelease)</a>
  </td>
 </tr>
@@ -265,7 +265,7 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>&nbsp;</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00622.html">3.3 20030509 (prerelease)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00964.html">3.2.3 20030415 (prerelease)</a>
  </td>
 </tr>
@@ -276,11 +276,11 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>big endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-02/msg01441.html">4.2.0 20060226 (experimental)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-06/msg00315.html">3.4 20030605 (experimental)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00631.html">3.3 20030509 (prerelease)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00970.html">3.2.3 20030415 (prerelease)</a>
  </td>
 </tr>
@@ -291,7 +291,7 @@ to exercise the just-built gcc on every test-suite in the tree.
  <td>&nbsp;</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00587.html">3.3 20030507 (prerelease)</a>
- <br />
+ <br>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00942.html">3.2.3 20030415 (prerelease)</a>
  </td>
 </tr>
diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml
index 1f7139eb..4fc5e8ad 100644
--- a/htdocs/style.mhtml
+++ b/htdocs/style.mhtml
@@ -66,11 +66,11 @@
   <tr><td><table class="navitem">
   <tr><td>About GCC</td></tr>
   <tr><td>
-  <a href="<get-var BACKPATH>gccmission.html">Mission</a><br />
-  <a href="<get-var BACKPATH>releases.html">Releases</a><br />
-  <a href="<get-var BACKPATH>snapshots.html">Snapshots</a><br />
-  <a href="<get-var BACKPATH>lists.html">Mailing lists</a><br />
-  <a href="https://gcc.gnu.org/onlinedocs/gcc/Contributors.html">Contributors</a><br />
+  <a href="<get-var BACKPATH>gccmission.html">Mission</a><br>
+  <a href="<get-var BACKPATH>releases.html">Releases</a><br>
+  <a href="<get-var BACKPATH>snapshots.html">Snapshots</a><br>
+  <a href="<get-var BACKPATH>lists.html">Mailing lists</a><br>
+  <a href="https://gcc.gnu.org/onlinedocs/gcc/Contributors.html">Contributors</a><br>
   <div class="center">
   <a href="https://twitter.com/gnutools">
     <img src="<get-var BACKPATH>twitter-bird-light-bgs.png"
@@ -89,11 +89,11 @@
   <tr><td><table class="navitem">
   <tr><td>Documentation</td></tr>
   <tr><td>
-  <a href="https://gcc.gnu.org/install/">Installation</a><br />
-  &middot;&nbsp;<a href="https://gcc.gnu.org/install/specific.html">Platforms</a><br />
-  <a href="<get-var BACKPATH>onlinedocs/">Manual</a><br />
-  <a href="<get-var BACKPATH>faq.html">FAQ</a><br />
-  <a href="https://gcc.gnu.org/wiki">Wiki</a><br />
+  <a href="https://gcc.gnu.org/install/">Installation</a><br>
+  &middot;&nbsp;<a href="https://gcc.gnu.org/install/specific.html">Platforms</a><br>
+  <a href="<get-var BACKPATH>onlinedocs/">Manual</a><br>
+  <a href="<get-var BACKPATH>faq.html">FAQ</a><br>
+  <a href="https://gcc.gnu.org/wiki">Wiki</a><br>
   <a href="<get-var BACKPATH>readings.html">Pointers</a>
   </td></tr>
   </table></td></tr>
@@ -101,7 +101,7 @@
   <tr><td><table class="navitem">
   <tr><td>Download</td></tr>
   <tr><td>
-  <a href="<get-var BACKPATH>mirrors.html">Mirrors</a><br />
+  <a href="<get-var BACKPATH>mirrors.html">Mirrors</a><br>
   <a href="https://gcc.gnu.org/install/binaries.html">Binaries</a>
   </td></tr>
   </table></td></tr>
@@ -109,9 +109,9 @@
   <tr><td><table class="navitem">
   <tr><td>Sources</td></tr>
   <tr><td>
-  <a href="<get-var BACKPATH>git.html">Git</a><br />
-  <a href="<get-var BACKPATH>gitwrite.html">...write access</a><br />
-  <a href="<get-var BACKPATH>rsync.html">Rsync</a><br />
+  <a href="<get-var BACKPATH>git.html">Git</a><br>
+  <a href="<get-var BACKPATH>gitwrite.html">...write access</a><br>
+  <a href="<get-var BACKPATH>rsync.html">Rsync</a><br>
   </td></tr>
   </table></td></tr>
 
@@ -119,25 +119,25 @@
   <tr><td>Development</td></tr>
   <tr><td>
   <a href="<get-var BACKPATH>develop.html">Plan</a>
-  &amp; <a href="<get-var BACKPATH>develop.html#timeline">Timeline</a><br />
-  <a href="<get-var BACKPATH>contribute.html">Contributing</a><br />
-  <a href="<get-var BACKPATH>contributewhy.html">Why&nbsp;contribute?</a><br />
-  <a href="<get-var BACKPATH>projects/">Open projects</a><br />
-  <a href="<get-var BACKPATH>frontends.html">Front ends</a><br />
-  <a href="<get-var BACKPATH>backends.html">Back ends</a><br />
-  <a href="<get-var BACKPATH>extensions.html">Extensions</a><br />
-  <a href="<get-var BACKPATH>benchmarks/">Benchmarks</a><br />
-  <a href="http://toolchain.lug-owl.de/buildbot/">Buildbot</a><br />
-  <a href="<get-var BACKPATH>translation.html">Translations</a><br />
+  &amp; <a href="<get-var BACKPATH>develop.html#timeline">Timeline</a><br>
+  <a href="<get-var BACKPATH>contribute.html">Contributing</a><br>
+  <a href="<get-var BACKPATH>contributewhy.html">Why&nbsp;contribute?</a><br>
+  <a href="<get-var BACKPATH>projects/">Open projects</a><br>
+  <a href="<get-var BACKPATH>frontends.html">Front ends</a><br>
+  <a href="<get-var BACKPATH>backends.html">Back ends</a><br>
+  <a href="<get-var BACKPATH>extensions.html">Extensions</a><br>
+  <a href="<get-var BACKPATH>benchmarks/">Benchmarks</a><br>
+  <a href="http://toolchain.lug-owl.de/buildbot/">Buildbot</a><br>
+  <a href="<get-var BACKPATH>translation.html">Translations</a><br>
   </td></tr>
   </table></td></tr>
 
   <tr><td><table class="navitem">
   <tr><td>Bugs</td></tr>
   <tr><td>
-  <a href="<get-var BACKPATH>bugs/#known">Known bugs</a><br />
-  <a href="<get-var BACKPATH>bugs/">How to report</a><br />
-  <a href="https://gcc.gnu.org/bugzilla/">Bug&nbsp;tracker</a><br />
+  <a href="<get-var BACKPATH>bugs/#known">Known bugs</a><br>
+  <a href="<get-var BACKPATH>bugs/">How to report</a><br>
+  <a href="https://gcc.gnu.org/bugzilla/">Bug&nbsp;tracker</a><br>
   &middot;&nbsp;<a href="<get-var BACKPATH>bugs/management.html">Management</a>
   </td></tr>
   </table></td></tr>
-- 
2.38.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-18 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 21:12 [committed] wwwdocs: *: Use <br> instead of <br /> Gerald Pfeifer

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