summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-30 09:07:10 -0700
committerbors <bors@rust-lang.org>2016-03-30 09:07:10 -0700
commit334b106303a9c1ce44ee914bd9a9781f22b95548 (patch)
tree889a3879af01e18fee591d6dd4b6b6f2fcd9f946
parentcd925e0ce1958b3e8561932cbe1fad5b328a8b95 (diff)
parent19e64f3cfb07ec56e80a6294eb6319152792fa5d (diff)
downloadrust-libc-334b106303a9c1ce44ee914bd9a9781f22b95548.tar.gz
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
-rw-r--r--ci/landing-page-footer.html10
-rw-r--r--ci/landing-page-head.html11
2 files changed, 10 insertions, 11 deletions
diff --git a/ci/landing-page-footer.html b/ci/landing-page-footer.html
index fc69fa88eb..941cc8d2b4 100644
--- a/ci/landing-page-footer.html
+++ b/ci/landing-page-footer.html
@@ -1,7 +1,3 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- </head>
- <body>
- <ul>
+ </ul>
+ </body>
+</html>
diff --git a/ci/landing-page-head.html b/ci/landing-page-head.html
index de3c63c01f..fc69fa88eb 100644
--- a/ci/landing-page-head.html
+++ b/ci/landing-page-head.html
@@ -1,4 +1,7 @@
- </ul>
- </body>
-</html>
-
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <body>
+ <ul>