aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-05 19:29:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-05 19:29:19 +0000
commit1d9fac28586a81fe21fe0b8d00ffed21e2277ca6 (patch)
tree7af9137d9271e14e4158333b30210ad9732a6d33 /html.c
parentc6e62f9888a3bce6f8b3f7a4ee028dbdfc01ab1f (diff)
downloadmandoc-1d9fac28586a81fe21fe0b8d00ffed21e2277ca6.tar.gz
mandoc-1d9fac28586a81fe21fe0b8d00ffed21e2277ca6.tar.zst
mandoc-1d9fac28586a81fe21fe0b8d00ffed21e2277ca6.zip
for .Rs, use <cite>
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index bf3d13ce..b084f1a0 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.205 2017/02/05 18:15:39 schwarze Exp $ */
+/* $Id: html.c,v 1.206 2017/02/05 19:29:19 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -76,6 +76,7 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"dt", HTML_NLAROUND},
{"dd", HTML_NLAROUND | HTML_INDENT},
{"pre", HTML_NLALL | HTML_NOINDENT},
+ {"cite", 0},
{"b", 0},
{"i", 0},
{"code", 0},