Skip to content

Commit 8c3ef4b

Browse files
committed
Is #752 - Try STRING_MUTING_TYPE to TidyInfo
1 parent ed8723c commit 8c3ef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ static struct _dispatchTable {
347347
{ STRING_CONTENT_LOOKS, TidyInfo, formatStandard }, /* reportMarkupVersion() */
348348
{ STRING_DOCTYPE_GIVEN, TidyInfo, formatStandard }, /* reportMarkupVersion() */
349349
{ STRING_MISSING_MALFORMED, TidyConfig, formatStandard },
350-
{ STRING_MUTING_TYPE, TidyConfig, formatStandard },
350+
{ STRING_MUTING_TYPE, TidyInfo, formatStandard },
351351
{ STRING_NO_SYSID, TidyInfo, formatStandard }, /* reportMarkupVersion() */
352352
{ STRING_UNKNOWN_OPTION, TidyConfig, formatStandard },
353353
{ SUSPECTED_MISSING_QUOTE, TidyWarning, formatStandard },

0 commit comments

Comments
 (0)