From issue #191, saw need to revert to 'master' branch
This commit is contained in:
parent
dd8c13db4c
commit
5cbd3ee95b
|
@ -1877,7 +1877,7 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
|
||||||
void TY_(GeneralInfo)( TidyDocImpl* doc )
|
void TY_(GeneralInfo)( TidyDocImpl* doc )
|
||||||
{
|
{
|
||||||
if (!cfgBool(doc, TidyShowInfo)) return;
|
if (!cfgBool(doc, TidyShowInfo)) return;
|
||||||
tidy_out(doc, "About HTML Tidy: https://github.com/htacg/tidy-html5/tree/develop-500\n");
|
tidy_out(doc, "About HTML Tidy: https://github.com/htacg/tidy-html5\n");
|
||||||
tidy_out(doc, "Bug reports and comments: https://github.com/htacg/tidy-html5/issues\n");
|
tidy_out(doc, "Bug reports and comments: https://github.com/htacg/tidy-html5/issues\n");
|
||||||
tidy_out(doc, "Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/\n");
|
tidy_out(doc, "Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/\n");
|
||||||
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");
|
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");
|
||||||
|
|
Loading…
Reference in a new issue