diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-05-13 09:54:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-05-13 09:55:35 +0100 |
commit | 2dd5facb9272bd16025b182386c4026858880334 (patch) | |
tree | 61a9fa6c4eb39fd930723002e1819dd44d30901c | |
parent | f842c149eb95247add54a1f5855a267cd11d0049 (diff) |
Fix typo in footer role="contentinfo".
-rw-r--r-- | templates/web/fiksgatami/footer.html | 2 | ||||
-rw-r--r-- | templates/web/fiksgatami/nn/footer.html | 2 | ||||
-rw-r--r-- | templates/web/fixamingata/footer.html | 2 | ||||
-rw-r--r-- | templates/web/fixmindelo/footer.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/footer.html | 2 | ||||
-rw-r--r-- | templates/web/harrogate/footer.html | 2 | ||||
-rw-r--r-- | templates/web/makemyisland/footer.html | 2 | ||||
-rw-r--r-- | templates/web/oxfordshire/footer.html | 2 | ||||
-rw-r--r-- | templates/web/stevenage/footer.html | 2 | ||||
-rw-r--r-- | templates/web/trinidadtobago/footer.html | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/templates/web/fiksgatami/footer.html b/templates/web/fiksgatami/footer.html index bd0921e0b..e9fbeb716 100644 --- a/templates/web/fiksgatami/footer.html +++ b/templates/web/fiksgatami/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] diff --git a/templates/web/fiksgatami/nn/footer.html b/templates/web/fiksgatami/nn/footer.html index 3d17e37fb..cfef66bc9 100644 --- a/templates/web/fiksgatami/nn/footer.html +++ b/templates/web/fiksgatami/nn/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html index f8d67c64e..c6f49cb79 100644 --- a/templates/web/fixamingata/footer.html +++ b/templates/web/fixamingata/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] diff --git a/templates/web/fixmindelo/footer.html b/templates/web/fixmindelo/footer.html index 0af813439..e11b81827 100644 --- a/templates/web/fixmindelo/footer.html +++ b/templates/web/fixmindelo/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> <div id="footer-help"> <ul> <li> diff --git a/templates/web/fixmystreet/footer.html b/templates/web/fixmystreet/footer.html index 63b04de83..810708919 100644 --- a/templates/web/fixmystreet/footer.html +++ b/templates/web/fixmystreet/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] diff --git a/templates/web/harrogate/footer.html b/templates/web/harrogate/footer.html index 116b318a3..4558b2381 100644 --- a/templates/web/harrogate/footer.html +++ b/templates/web/harrogate/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] diff --git a/templates/web/makemyisland/footer.html b/templates/web/makemyisland/footer.html index d2687a3a1..318e620bf 100644 --- a/templates/web/makemyisland/footer.html +++ b/templates/web/makemyisland/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] diff --git a/templates/web/oxfordshire/footer.html b/templates/web/oxfordshire/footer.html index e654889dd..ed84c0ad6 100644 --- a/templates/web/oxfordshire/footer.html +++ b/templates/web/oxfordshire/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> <p><a href="/privacy">Privacy and cookies</a></p> </footer> [% END %] diff --git a/templates/web/stevenage/footer.html b/templates/web/stevenage/footer.html index 955b86356..454da2bd9 100644 --- a/templates/web/stevenage/footer.html +++ b/templates/web/stevenage/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> <div class="tablewrapper bordered"> <div id="footer-mobileapps"> <h4>Mobile apps</h4> diff --git a/templates/web/trinidadtobago/footer.html b/templates/web/trinidadtobago/footer.html index 4a8144ccf..4ef368c0d 100644 --- a/templates/web/trinidadtobago/footer.html +++ b/templates/web/trinidadtobago/footer.html @@ -1,5 +1,5 @@ [% IF pagefooter %] - <footer role="content-info"> + <footer role="contentinfo"> <p><a href="/privacy">Privacy and cookies</a></p> </footer> [% END %] |