From 1d9fac28586a81fe21fe0b8d00ffed21e2277ca6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Feb 2017 19:29:19 +0000 Subject: for .Rs, use --- mdoc_html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 9dc82953..9d6ca1af 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.265 2017/02/05 18:15:39 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.266 2017/02/05 19:29:19 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze @@ -1512,7 +1512,7 @@ mdoc_rs_pre(MDOC_ARGS) if (n->prev && SEC_SEE_ALSO == n->sec) print_paragraph(h); - print_otag(h, TAG_SPAN, "c", "Rs"); + print_otag(h, TAG_CITE, "c", "Rs"); return 1; } -- cgit v1.2.3