Issue #456 - avoid head work if showing body only
This commit is contained in:
parent
f310f1d5de
commit
a7a4cd6a16
|
@ -2321,6 +2321,8 @@ Bool TY_(TidyMetaCharset)(TidyDocImpl* doc)
|
||||||
if (outenc == ISO2022)
|
if (outenc == ISO2022)
|
||||||
return no;
|
return no;
|
||||||
#endif
|
#endif
|
||||||
|
if (cfgAutoBool(doc, TidyBodyOnly) == TidyYesState)
|
||||||
|
return no; /* nothing to do here if showing body only */
|
||||||
|
|
||||||
tidyBufInit(&charsetString);
|
tidyBufInit(&charsetString);
|
||||||
/* Set up the content test 'charset=value' */
|
/* Set up the content test 'charset=value' */
|
||||||
|
|
Loading…
Reference in a new issue