Minor quickref formatting problem.
This commit is contained in:
parent
68a9e741a1
commit
5220d8fe2e
|
@ -8,7 +8,7 @@
|
|||
<body>
|
||||
<h1 id="top">Quick Reference</h1>
|
||||
<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>
|
||||
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
|
||||
<br />
|
||||
|
@ -1155,7 +1155,7 @@
|
|||
</td>
|
||||
</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>
|
||||
<td> </td>
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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";
|
Loading…
Reference in a new issue