[html5] r5044 - [e] (0) fix <dt> handling in html-to-txt convertor
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 14 02:12:18 PDT 2010
Author: ianh
Date: 2010-04-14 02:12:16 -0700 (Wed, 14 Apr 2010)
New Revision: 5044
Modified:
complete.html
source
Log:
[e] (0) fix <dt> handling in html-to-txt convertor
Modified: complete.html
===================================================================
--- complete.html 2010-04-14 03:42:37 UTC (rev 5043)
+++ complete.html 2010-04-14 09:12:16 UTC (rev 5044)
@@ -70830,9 +70830,9 @@
derived from the resource name given in the client's
handshake.</dd>
- <dt><var title="">secure flag</var><dt>
+ <dt><var title="">secure flag</var></dt>
- </dt><dd>True if the connection is encrypted or if the server expected
+ <dd>True if the connection is encrypted or if the server expected
it to be encrypted; false otherwise.</dd>
<dt><var title="">origin</var></dt>
Modified: source
===================================================================
--- source 2010-04-14 03:42:37 UTC (rev 5043)
+++ source 2010-04-14 09:12:16 UTC (rev 5044)
@@ -79486,7 +79486,7 @@
derived from the resource name given in the client's
handshake.</dd>
- <dt><var title="">secure flag</var><dt>
+ <dt><var title="">secure flag</var></dt>
<dd>True if the connection is encrypted or if the server expected
it to be encrypted; false otherwise.</dd>
More information about the Commit-Watchers
mailing list