From 45e74416dac588344a02622e7c0a76a4cbde2b95 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 6 Jul 2022 16:05:40 +0000 Subject: https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: "Start names with a capital letter; it helps some screen readers speak them with appropriate inflection." Anna Vyalkova already did that correctly when sending patches, but i ruined it when committing, so fix it now. --- cgi.c | 8 ++++---- man_html.c | 6 +++--- mdoc_html.c | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cgi.c b/cgi.c index 271f9b0a..421cb9bd 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.178 2022/07/05 14:04:25 schwarze Exp $ */ +/* $Id: cgi.c,v 1.179 2022/07/06 16:05:40 schwarze Exp $ */ /* * Copyright (c) 2014-2019, 2021, 2022 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons @@ -462,7 +462,7 @@ resp_searchform(const struct req *req, enum focus focus) /* Write section selector. */ - puts(" "); for (i = 0; i < sec_MAX; i++) { printf("