summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-28 20:14:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-28 20:14:20 +0000
commit7b6089b3a242a9aeedb1da9076ec6ce78ee092a6 (patch)
tree869bc9407d38355d005147d4c8a060e36a444cc2 /html.c
parent5780c02f1388ea6049d16319ef3a305f1859680a (diff)
downloadmandoc-7b6089b3a242a9aeedb1da9076ec6ce78ee092a6.tar.gz
Change "to" and "from" commands to use munder, mover, and munderover.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/html.c b/html.c
index 2f7d3464..fa6c79f6 100644
--- a/html.c
+++ b/html.c
@@ -87,6 +87,9 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"mtable", 0}, /* TAG_MTABLE */
{"mtr", 0}, /* TAG_MTR */
{"mtd", 0}, /* TAG_MTD */
+ {"munderover", 0}, /* TAG_MUNDEROVER */
+ {"munder", 0}, /* TAG_MUNDER*/
+ {"mover", 0}, /* TAG_MOVER*/
};
static const char *const htmlattrs[ATTR_MAX] = {