diff options
-rw-r--r-- | app/views/help/about.rhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index a9c8c8726..3e958f8b2 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -1,11 +1,6 @@ <% @title = "About" %> <div id="about_sidebar"> - <h1 id="contact">Contact us</h1> - <p>If your question isn't answered here, or you just wanted to let us know - something about the site, <a href="/help/contact">contact us</a>. - </p> - <h1>Contents</h1> <ul> <li><a href="#introduction">Introduction</a></li> @@ -14,6 +9,11 @@ <li><a href="#officers">FOI officers</a></li> <li><a href="#credits">Credits</a></li> </ul> + + <h1 id="contact">Contact us</h1> + <p>If your question isn't answered here, or you just wanted to let us know + something about the site, <a href="/help/contact">contact us</a>. + </p> </div> <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> |