Skip to content

Commit

Permalink
update to support <TABLE> (backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Siemborski committed Dec 3, 2002
1 parent 5f2f45a commit 95bda97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cyrus/doc/text/htmlstrip.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ struct tag cmds[] = {
{ "li", FLAG_BREAK|FLAG_NOPUSH, 0, -4, },
{ "br", FLAG_BREAK|FLAG_NOPUSH, 0, 0, },
{ "hr", FLAG_BREAK|FLAG_NOPUSH, 0, 0, },
{ "meta", FLAG_NOPUSH, 0, 0, },
{ "table", 0, 0, 0, },
{ "tr", FLAG_PARAGRAPH, 0, 0, },
{ "td", 0, 0, 0, },
};


Expand Down

0 comments on commit 95bda97

Please sign in to comment.