From issue #191, saw need to revert to 'master' branch

This commit is contained in:
Geoff McLane 2015-04-08 17:55:12 +02:00
parent dd8c13db4c
commit 5cbd3ee95b

View file

@ -1877,7 +1877,7 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
void TY_(GeneralInfo)( TidyDocImpl* doc )
{
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, "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");