diff --git a/quickref.html b/quickref.html
index b4f7e3b..e589ffb 100644
--- a/quickref.html
+++ b/quickref.html
@@ -8,7 +8,7 @@
Quick Reference
HTML Tidy Configuration Options
- Version: https://github.com/w3c/tidy-html5/tree/f212c3f
+ Version: https://github.com/w3c/tidy-html5/tree/a772bbb
HTML, XHTML, XML
@@ -1155,7 +1155,7 @@
- This option specifies if Tidy should enable specific behavior for cleaning up HTML exported fromGoogle Docs. |
+ This option specifies if Tidy should enable specific behavior for cleaning up HTML exported from Google Docs. |
|
diff --git a/src/localize.c b/src/localize.c
index a5c1d65..24dbba5 100644
--- a/src/localize.c
+++ b/src/localize.c
@@ -409,7 +409,7 @@ static const TidyOptionDoc option_docs[] =
},
{TidyGDocClean,
"This option specifies if Tidy "
- "should enable specific behavior for cleaning up HTML exported from"
+ "should enable specific behavior for cleaning up HTML exported from "
"Google Docs. "
, TidyMakeCleanTagsLinks
},
diff --git a/src/version.h b/src/version.h
index 4709ff2..b3db28f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/a772bbb";
\ No newline at end of file
+static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/68a9e74";
\ No newline at end of file