diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-06-27 10:03:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-06-27 10:03:48 +0100 |
commit | 73143478bbdf63662d14045258f7bf7d9a35c6b9 (patch) | |
tree | dad210348305678f02d2e16baeebff3c98bae511 | |
parent | ce789a66f0ec4b4a30e1f2921ae31f2ea5bd3a98 (diff) |
[Warwickshire] Add image missing alt, https URL.
-rw-r--r-- | templates/web/warwickshire/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/warwickshire/header.html b/templates/web/warwickshire/header.html index cb6917234..4877e9a7c 100644 --- a/templates/web/warwickshire/header.html +++ b/templates/web/warwickshire/header.html @@ -36,7 +36,7 @@ [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %] <body class="style-1 [% bodyclass | html IF bodyclass %]"> <div id="beta-label" style="position:fixed; top:0; left:0; z-index:1059"> - <img src="http://geofs.warwickshire.gov.uk/wp-content/themes/fullscreen-maps/images/beta.png"> + <img alt="" src="https://news.warwickshire.gov.uk/wp-content/themes/fullscreen-maps/images/beta.png"> </div> <!--[if lt IE 7]> <div class="alert alert-error"><strong>You are using an outdated browser</strong>. You may want to <a href="//browsehappy.com/">upgrade your browser</a> to improve your experience.</div> |