=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- mandoc/html.c 2011/04/30 10:18:24 1.134 +++ mandoc/html.c 2011/04/30 22:14:02 1.135 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.134 2011/04/30 10:18:24 kristaps Exp $ */ +/* $Id: html.c,v 1.135 2011/04/30 22:14:02 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -122,7 +122,7 @@ ml_alloc(char *outopts, enum htmltype type) h->type = type; h->tags.head = NULL; - h->symtab = mchars_init(MCHARS_HTML); + h->symtab = mchars_init(); while (outopts && *outopts) switch (getsubopt(&outopts, UNCONST(toks), &v)) {