summaryrefslogtreecommitdiff
path: root/src/treebuilder/treebuilder.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-11 16:19:02 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-11 16:19:02 +0000
commit633b3acab1a0640cf3c452f213c37f068283ce51 (patch)
tree245f81573f86b8d9c3c75f102bac334f1b77aec3 /src/treebuilder/treebuilder.c
parenta08950658b99ee28c583deb8ba2da409cada3c85 (diff)
downloadlibhubbub-633b3acab1a0640cf3c452f213c37f068283ce51.tar.gz
libhubbub-633b3acab1a0640cf3c452f213c37f068283ce51.tar.bz2
Turn on basic MathML support.
svn path=/trunk/hubbub/; revision=4606
Diffstat (limited to 'src/treebuilder/treebuilder.c')
-rw-r--r--src/treebuilder/treebuilder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/treebuilder/treebuilder.c b/src/treebuilder/treebuilder.c
index 1f6baef..9a9f895 100644
--- a/src/treebuilder/treebuilder.c
+++ b/src/treebuilder/treebuilder.c
@@ -38,7 +38,8 @@ static const struct {
{ "IMAGE", IMAGE }, { "IMG", IMG },
{ "INPUT", INPUT }, { "ISINDEX", ISINDEX },
{ "LI", LI }, { "LINK", LINK },
- { "LISTING", LISTING }, { "MENU", MENU },
+ { "LISTING", LISTING }, { "MATH", MATH },
+ { "MENU", MENU },
{ "META", META }, { "NOEMBED", NOEMBED },
{ "NOFRAMES", NOFRAMES }, { "NOSCRIPT", NOSCRIPT },
{ "OL", OL }, { "OPTGROUP", OPTGROUP },