Skip to content

Commit

Permalink
Put "experimental" in the meta@generator output too.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 14, 2012
1 parent c331917 commit 879e6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lexer.c
Expand Up @@ -1407,10 +1407,10 @@ Bool TY_(AddGenerator)( TidyDocImpl* doc )
if (head)
{
#ifdef PLATFORM_NAME
TY_(tmbsnprintf)(buf, sizeof(buf), "HTML Tidy for "PLATFORM_NAME" %s",
TY_(tmbsnprintf)(buf, sizeof(buf), "HTML Tidy for HTML5 (experimental) for "PLATFORM_NAME" %s",
tidyReleaseDate());
#else
TY_(tmbsnprintf)(buf, sizeof(buf), "HTML Tidy %s", tidyReleaseDate());
TY_(tmbsnprintf)(buf, sizeof(buf), "HTML Tidy for HTML5 (experimental) %s", tidyReleaseDate());
#endif

for ( node = head->content; node; node = node->next )
Expand Down

0 comments on commit 879e6cf

Please sign in to comment.