From 5220d8fe2e0d35f50542538e4787e5d433d09220 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 20 Jun 2012 17:08:44 +0900 Subject: [PATCH] Minor quickref formatting problem. --- quickref.html | 4 ++-- src/localize.c | 2 +- src/version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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