Minor quickref formatting problem.

This commit is contained in:
Michael[tm] Smith 2012-06-20 17:08:44 +09:00
parent 68a9e741a1
commit 5220d8fe2e
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<body> <body>
<h1 id="top">Quick Reference</h1> <h1 id="top">Quick Reference</h1>
<h2>HTML Tidy Configuration Options</h2> <h2>HTML Tidy Configuration Options</h2>
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/f212c3f">https://github.com/w3c/tidy-html5/tree/f212c3f</a></p> <p>Version: <a href="https://github.com/w3c/tidy-html5/tree/a772bbb">https://github.com/w3c/tidy-html5/tree/a772bbb</a></p>
<p> <p>
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a> <a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
<br /> <br />
@ -1155,7 +1155,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2">This option specifies if Tidy should enable specific behavior for cleaning up HTML exported fromGoogle Docs. </td> <td colspan="2">This option specifies if Tidy should enable specific behavior for cleaning up HTML exported from Google Docs. </td>
</tr> </tr>
<tr> <tr>
<td>&#160;</td> <td>&#160;</td>

View file

@ -409,7 +409,7 @@ static const TidyOptionDoc option_docs[] =
}, },
{TidyGDocClean, {TidyGDocClean,
"This option specifies if Tidy " "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. " "Google Docs. "
, TidyMakeCleanTagsLinks , TidyMakeCleanTagsLinks
}, },

View file

@ -1 +1 @@
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/a772bbb"; static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/68a9e74";