Skip to content

Commit 1e56c6c

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/html/H76.html
1 parent d42754b commit 1e56c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/html/H76.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>Procedure</h3>
4545
<p>Find all <code>meta</code> elements in the document that contain the <code>http-equiv</code> attribute with value <code>refresh</code>, check that:</p>
4646
<ol>
4747
<li>the <code>content</code> attribute has a number with a value of <code>0</code>, and</li>
48-
<li>the number is followed by <code>;URL=anyURL</code> (where anyURL stands for the URI that should replace the current page).</li>
48+
<li>the number is followed by <code>;URL=anyURL</code> (where <code>anyURL</code> stands for the URI that should replace the current page).</li>
4949
</ol>
5050
</section>
5151
<section class="results">

0 commit comments

Comments
 (0)