Skip to content

Commit

Permalink
Empty <progress> no longer stripped.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenle committed Feb 25, 2012
1 parent b554dc1 commit 722ae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@ uint TY_(nodeHeaderLevel)( Node* node ); /* 1, 2, ..., 6 */
#define nodeIsMENU( node ) TagIsId( node, TidyTag_MENU )
#define nodeIsBUTTON( node ) TagIsId( node, TidyTag_BUTTON )
#define nodeIsCANVAS( node ) TagIsId( node, TidyTag_CANVAS )
#define nodeIsPROGRESS( node ) TagIsId( node, TidyTag_CANVAS )
#define nodeIsPROGRESS( node ) TagIsId( node, TidyTag_PROGRESS )

#endif /* __TAGS_H__ */

0 comments on commit 722ae0b

Please sign in to comment.