diff options
-rw-r--r-- | app/views/help/about.rhtml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 8810c8b67..4a74d85f2 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -7,15 +7,13 @@ </p> <h1>Contents</h1> - <p> - <ul> - <li><a href="#introduction">Introduction</a></li> - <li><a href="#making_requests">Making requests</a></li> - <li><a href="#privacy">Privacy policy</a></li> - <li><a href="#officers">FOI officers</a></li> - <li><a href="#credits">Credits</a></li> - </ul> - </p> + <ul> + <li><a href="#introduction">Introduction</a></li> + <li><a href="#making_requests">Making requests</a></li> + <li><a href="#privacy">Privacy policy</a></li> + <li><a href="#officers">FOI officers</a></li> + <li><a href="#credits">Credits</a></li> + </ul> </div> <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> |