Update general-info message tidy emits at end.

This commit is contained in:
Michael[tm] Smith 2012-02-18 18:17:43 +09:00
parent 6c9895de30
commit 184f411544

View file

@ -1781,11 +1781,12 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
void TY_(GeneralInfo)( TidyDocImpl* doc )
{
tidy_out(doc, "To learn more about HTML Tidy see http://tidy.sourceforge.net\n");
tidy_out(doc, "Please fill bug reports and queries using the \"tracker\" on the Tidy web site.\n");
tidy_out(doc, "Additionally, questions can be sent to html-tidy@w3.org\n");
tidy_out(doc, "HTML and CSS specifications are available from http://www.w3.org/\n");
tidy_out(doc, "Lobby your company to join W3C, see http://www.w3.org/Consortium\n");
tidy_out(doc, "About this fork of Tidy: https://github.com/w3c/tidy-html5\n");
tidy_out(doc, "Bug reports and comments: https://github.com/w3c/tidy-html5/issues/\n");
tidy_out(doc, "Or send questions and comments to html-tidy@w3.org\n");
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec/\n");
tidy_out(doc, "Validate your HTML5 documents: http://validator.w3.org/nu/\n");
tidy_out(doc, "Lobby your company to join the W3C: http://www.w3.org/Consortium\n");
}
#if SUPPORT_ACCESSIBILITY_CHECKS