diff mbox series

[wwwdocs] Avoid empty headings in gcc-5/changes.html

Message ID alpine.LSU.2.21.1809092323560.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Avoid empty headings in gcc-5/changes.html | expand

Commit Message

Gerald Pfeifer Sept. 9, 2018, 9:48 p.m. UTC
Not sure why those were added (probably out of unawareness of the
option to put an id on a list), but it doesn't make sense; fixed
thusly.

Gerald
diff mbox series

Patch

Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.153
diff -u -r1.153 changes.html
--- gcc-5/changes.html	1 Sep 2018 23:42:06 -0000	1.153
+++ gcc-5/changes.html	9 Sep 2018 21:24:03 -0000
@@ -972,14 +972,12 @@ 
 <!-- h2>Documentation improvements</h2-->
 
 <h2>Other significant improvements</h2>
-  <h3 id="gcc-ar"></h3>
-  <ul>
+  <ul id="gcc-ar">
     <li>The <code>gcc-ar</code>, <code>gcc-nm</code>, <code>gcc-ranlib</code>
       wrappers now understand a <code>-B</code> option to set the compiler
       to use.</li>
   </ul>
-  <h3 id="driver"></h3>
-  <ul>
+  <ul id="driver">
     <li>When the new command-line option <code>-freport-bug</code> is
       used, GCC automatically generates a developer-friendly reproducer
       whenever an internal compiler error is encountered.</li>