diff mbox series

[wwwdocs] Tweak hierarchy of headings in gcc-5/porting_to.html

Message ID alpine.LSU.2.21.1809242353560.3785@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Tweak hierarchy of headings in gcc-5/porting_to.html | expand

Commit Message

Gerald Pfeifer Sept. 24, 2018, 9:56 p.m. UTC
While working on the porting_to.html guides for later versions, I
noticed that the Links heading was at the wrong level (<h3> instead
of <h2>).

Fixed thusly; committed.

Gerald
diff mbox series

Patch

Index: gcc-5/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/porting_to.html,v
retrieving revision 1.14
diff -u -r1.14 porting_to.html
--- gcc-5/porting_to.html	1 Sep 2018 23:42:06 -0000	1.14
+++ gcc-5/porting_to.html	24 Sep 2018 21:53:57 -0000
@@ -428,7 +428,8 @@ 
 <code>return static_cast&lt;Y&amp;&gt;(y);</code>.
 </p>
 
-<h3>Links</h3>
+
+<h2>Links</h2>
 
 <p>
 Marek Polacek and Jakub Jelinek,