Skip to content

Commit

Permalink
Merge pull request #343 from alphagov/remove-title-attr
Browse files Browse the repository at this point in the history
Remove the title attribute from the cookie message
  • Loading branch information
robinwhittleton authored Jan 17, 2017
2 parents 2d41f75 + 7e24c9c commit df4db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module.exports = {
useHttps: 'true',

// Cookie warning - update link to service's cookie page.
cookieText: 'GOV.UK uses cookies to make the site simpler. <a href="#" title="Find out more about cookies">Find out more about cookies</a>'
cookieText: 'GOV.UK uses cookies to make the site simpler. <a href="#">Find out more about cookies</a>'

}

0 comments on commit df4db51

Please sign in to comment.