Skip to content

Commit

Permalink
From issue #191, saw need to revert to 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffmcl committed Apr 8, 2015
1 parent dd8c13d commit 5cbd3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localize.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5cbd3ee

Please sign in to comment.