diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-29 14:48:12 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-29 14:48:12 +0100 |
commit | 30db51d4098650d4a32e9fabd40f4dca304c0197 (patch) | |
tree | ba3d9c2109a7f213fb1baaf8a9bfcb990678a38c | |
parent | 305c6e301209d7c0d831ddaa7a68b6ecf39d6377 (diff) |
[Oxfordshire] Fix typo in footer title attribute
-rw-r--r-- | templates/web/oxfordshire/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/oxfordshire/footer.html b/templates/web/oxfordshire/footer.html index f590e07bd..29146d935 100644 --- a/templates/web/oxfordshire/footer.html +++ b/templates/web/oxfordshire/footer.html @@ -35,7 +35,7 @@ <div id="oxford-footer" class="desk-only"> <address> <strong>Oxfordshire County Council</strong><br> - <a href="http://www.oxfordshire.gov.uk/cms/public-site/contact-oxfordshire-county-council" title="Contac the council">Contact the council</a><br> + <a href="http://www.oxfordshire.gov.uk/cms/public-site/contact-oxfordshire-county-council" title="Contact the council">Contact the council</a><br> <a href="/privacy">View our terms and conditions</a> </address> <ul><!-- use | between items --> |