aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index a6a707b4..74d753a7 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.349 2022/07/06 15:26:23 schwarze Exp $ */
+/* $Id: mdoc_html.c,v 1.350 2022/07/06 16:05:40 schwarze Exp $ */
/*
* Copyright (c) 2014-2022 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -456,7 +456,7 @@ mdoc_root_post(const struct roff_meta *meta, struct html *h)
struct tag *t;
t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter",
- "aria-label", "manual footer line");
+ "aria-label", "Manual footer line");
print_otag(h, TAG_SPAN, "c", "foot-left");
print_stagq(h, t);
@@ -489,7 +489,7 @@ mdoc_root_pre(const struct roff_meta *meta, struct html *h)
meta->title, meta->msec);
t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader",
- "aria-label", "manual header line");
+ "aria-label", "Manual header line");
print_otag(h, TAG_SPAN, "c", "head-ltitle");
print_text(h, title);