You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/html/H76.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ <h3>Procedure</h3>
45
45
<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>
46
46
<ol>
47
47
<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>
0 commit comments