public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] use <h3> under <h2>
@ 2023-12-12 23:16 Mike Frysinger
  2023-12-15 15:50 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2023-12-12 23:16 UTC (permalink / raw)
  To: gdb-patches

We use <h1> for the site's title, <h2> for the page title, and <h3>
for sections under that.  These two pages were using <h2> for page
sections lower down, so fix them up.
---
 committee/index.html     | 2 +-
 mailing-lists/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/committee/index.html b/committee/index.html
index bcf51df2e3ac..710344a2d7c6 100644
--- a/committee/index.html
+++ b/committee/index.html
@@ -61,7 +61,7 @@ not be generally involved in day-to-day development.
 The GDB Maintainers also appoint the <a href="release-manager.html">GDB
 Release Manager</a>.
 
-<h2>Appointed Maintainers</h2>
+<h3>Appointed Maintainers</h3>
 
 <p>
 The current official FSF-appointed GDB Maintainers are listed below,
diff --git a/mailing-lists/index.html b/mailing-lists/index.html
index 892bc72999f2..a14ff93f044f 100644
--- a/mailing-lists/index.html
+++ b/mailing-lists/index.html
@@ -115,7 +115,7 @@ name for historical reasons</dd>
 </dt> <dd> A read-only list for <tt>cron</tt> log
 messages and other dull boring stuff.</dd>
 
-<h2>Former Resources, No Longer Active Nor Monitored</h2>
+<h3>Former Resources, No Longer Active Nor Monitored</h3>
 
 <dt><a href="news:gnu.gdb.bug"> <b>gnu.gdb.bug</b></a></dt>
 <dd> (mail relay <a href="https://lists.gnu.org/archive/html/bug-gdb/"
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH htdocs] use <h3> under <h2>
  2023-12-12 23:16 [PATCH htdocs] use <h3> under <h2> Mike Frysinger
@ 2023-12-15 15:50 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2023-12-15 15:50 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gdb-patches

>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

Mike> We use <h1> for the site's title, <h2> for the page title, and <h3>
Mike> for sections under that.  These two pages were using <h2> for page
Mike> sections lower down, so fix them up.

Makes sense to me.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-15 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 23:16 [PATCH htdocs] use <h3> under <h2> Mike Frysinger
2023-12-15 15:50 ` Tom Tromey

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