Skip to content

Commit 1f21625

Browse files
Back out fix for #20.
1 parent abc1e3f commit 1f21625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tags.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static const Dict tag_defs[] =
159159
{ TidyTag_UNKNOWN, "unknown!", VERS_UNKNOWN, NULL, (0), NULL, NULL },
160160

161161
/* W3C defined elements */
162-
{ TidyTag_A, "a", VERS_ELEM_A, &TY_(W3CAttrsFor_A)[0], (CM_INLINE|CM_BLOCK), TY_(ParseBlock), NULL },
162+
{ TidyTag_A, "a", VERS_ELEM_A, &TY_(W3CAttrsFor_A)[0], (CM_INLINE|CM_BLOCK|CM_MIXED), TY_(ParseBlock), NULL },
163163
{ TidyTag_ABBR, "abbr", VERS_ELEM_ABBR, &TY_(W3CAttrsFor_ABBR)[0], (CM_INLINE), TY_(ParseInline), NULL },
164164
{ TidyTag_ACRONYM, "acronym", VERS_ELEM_ACRONYM, &TY_(W3CAttrsFor_ACRONYM)[0], (CM_INLINE), TY_(ParseInline), NULL },
165165
{ TidyTag_ADDRESS, "address", VERS_ELEM_ADDRESS, &TY_(W3CAttrsFor_ADDRESS)[0], (CM_BLOCK), TY_(ParseInline), NULL },

src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/f5c2739";
1+
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/abc1e3f";

0 commit comments

Comments
 (0)