Skip to content

Commit 56b81dd

Browse files
committed
Fix syntax of first meta http-equiv in F40
1 parent 2bb4053 commit 56b81dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/failures/F40.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</h1><section class="meta"><p class="id">ID: F40</p><p class="technology">Technology: failures</p><p class="type">Type: Failure</p></section><section id="applicability"><h2>When to Use</h2>
44
<p> All pages</p>
55
</section><section id="description"><h2>Description</h2>
6-
<p><code>meta http-equiv content="{time} url=..."</code> is often used to
6+
<p><code>meta http-equiv="refresh" content="{time}; url=..."</code> is often used to
77
automatically redirect users. When this occurs after a time delay, it is an
88
unexpected change of context that may interrupt the user.</p>
99
<p>It is acceptable to use the meta element to create a redirect

0 commit comments

Comments
 (0)