Skip to content

Commit

Permalink
[e] (0) missing 'include' (credit: de)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1733 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 8, 2008
1 parent 92d9782 commit 4464fdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -35769,10 +35769,10 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {
<dt>Otherwise, the origins are different and the document containing the
hyperlink being audited was retrieved over an encrypted connection

<dd>The request must a <code title="">Ping-To</code> HTTP header with, as
its value, the address of the target of the hyperlink. The request must
neither include a <code title="">Referer</code> HTTP header nor include a
<code title="">Ping-From</code> HTTP header.
<dd>The request must include a <code title="">Ping-To</code> HTTP header
with, as its value, the address of the target of the hyperlink. The
request must neither include a <code title="">Referer</code> HTTP header
nor include a <code title="">Ping-From</code> HTTP header.
</dl>

<p class=note>To save bandwidth, implementors might also wish to consider
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -33599,11 +33599,11 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
containing the hyperlink being audited was retrieved over an
encrypted connection</dt>

<dd>The request must a <code title="">Ping-To</code> HTTP header
with, as its value, the address of the target of the hyperlink. The
request must neither include a <code title="">Referer</code> HTTP
header nor include a <code title="">Ping-From</code> HTTP
header.</dd>
<dd>The request must include a <code title="">Ping-To</code> HTTP
header with, as its value, the address of the target of the
hyperlink. The request must neither include a <code
title="">Referer</code> HTTP header nor include a <code
title="">Ping-From</code> HTTP header.</dd>

</dl>

Expand Down

0 comments on commit 4464fdb

Please sign in to comment.