Auto merge of #241 - alexcrichton:fix-header-footer, r=alexcrichton

Swap header/footer... dunno how they got that way?

Apparently they were swapped accidentally already!

Closes #240
This commit is contained in:
bors 2016-03-30 09:07:10 -07:00
commit 334b106303
2 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<ul>
</ul>
</body>
</html>

View File

@ -1,4 +1,7 @@
</ul>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<ul>