diff --git a/doc/guide.css b/doc/guide.css index 99a94354..967bf05c 100644 --- a/doc/guide.css +++ b/doc/guide.css @@ -1,2 +1,2 @@ -@import url('../rustdoc.css') -@import url('../main.css') +@import url('../rustdoc.css'); +@import url('../main.css'); diff --git a/doc/guide/server.md b/doc/guide/server.md index 5f92d298..bd24181c 100644 --- a/doc/guide/server.md +++ b/doc/guide/server.md @@ -1,6 +1,6 @@ % Server Guide -## The `Handler` +# The `Handler` ```ignore,no_run extern crate hyper; diff --git a/doc/prelude.html.inc b/doc/prelude.html.inc index b3cc871b..da039f82 100644 --- a/doc/prelude.html.inc +++ b/doc/prelude.html.inc @@ -1,9 +1,9 @@