Skip to content

Commit ba1090d

Browse files
thetlpil
authored andcommitted
bugfix(html): Correct meta:refresh content for a seconds and url part.
1 parent c28bef6 commit ba1090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/html.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ snippet meta:d
609609
snippet meta:compat
610610
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}">
611611
snippet meta:refresh
612-
<meta http-equiv="refresh" content="text/html;charset=UTF-8">
612+
<meta http-equiv="refresh" content="3;url=${0}">
613613
snippet meta:utf
614614
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
615615
snippet meter

0 commit comments

Comments
 (0)