From c893b75d7cad884ccefc3eea9dfbadad6577fdea Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 28 Sep 2014 20:14:20 +0000 Subject: Change "to" and "from" commands to use munder, mover, and munderover. --- html.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 942a2c6c..957c070b 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.173 2014/09/28 11:33:15 kristaps Exp $ */ +/* $Id: html.c,v 1.174 2014/09/28 20:14:20 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -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] = { -- cgit v1.2.3