diff options
author | Francis Irving <francis@mysociety.org> | 2010-03-03 19:39:06 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-03-03 19:39:06 +0000 |
commit | 35a1badffb09a1ed10a733ec7e1460b8edfb8648 (patch) | |
tree | f3044e46d4bf002aa245dc47fbb4aa180ed70659 | |
parent | 576eb84deee7ba08eaaf32c2456f0441ecf2a55b (diff) |
Fix invalid HTML
-rw-r--r-- | app/views/help/about.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index df412e960..629e24cf1 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -63,6 +63,7 @@ If you like what we're doing, then you can <dd> <p>It can be hard to untangle government's complicated structured, and work out who knows the information that you want. Here are a few tips: +<ul> <li>Browse or search WhatDoTheyKnow looking for similar requests to yours.</li> <li>When you've found an authority you think might have the information, use the "home page" link on the right hand side of their page to check what they do @@ -73,6 +74,7 @@ information you're after.</li> wrong, they ought to advise you who to make the request to instead. </li> <li>If you've got a thorny case, please <a href="/help/contact">contact us</a> for help.</li> +</ul> </dd> |