Skip to content

Commit 334b106

Browse files
committed
Auto merge of rust-lang#241 - alexcrichton:fix-header-footer, r=alexcrichton
Swap header/footer... dunno how they got that way? Apparently they were swapped accidentally already! Closes rust-lang#240
2 parents cd925e0 + 19e64f3 commit 334b106

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

ci/landing-page-footer.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
</head>
6-
<body>
7-
<ul>
1+
</ul>
2+
</body>
3+
</html>

ci/landing-page-head.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
</ul>
2-
</body>
3-
</html>
4-
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
</head>
6+
<body>
7+
<ul>

0 commit comments

Comments
 (0)