Skip to content

Commit 4eba71f

Browse files
committed
Make fixture form valid HTML
1 parent 3203b8c commit 4eba71f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/support/views/set.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!DOCTYPE html>
12
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
23
<head>
3-
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
4+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
5+
<title>Set tests</title>
46
</head>
57

68
<body>

0 commit comments

Comments
 (0)