diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-08 10:51:04 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-08 10:51:04 +0000 |
commit | e3d409971edd73e11e09e8938e54b0e7cc9e6c92 (patch) | |
tree | b00fc4229a119b332d441b163429b2b05a18b07b | |
parent | 9b1766e129824e9f7b5bbbbb67e4de378e3f7a49 (diff) |
remove unecessary "<br>" tag from text
-rw-r--r-- | app/views/request/select_authority.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml index 55ebc40c4..bf616ad89 100644 --- a/app/views/request/select_authority.rhtml +++ b/app/views/request/select_authority.rhtml @@ -33,7 +33,7 @@ <p> <p> <%= _('First, type in the <strong>name of the UK public authority</strong> you\'d - <br>like information from. <strong>By law, they have to respond</strong> + like information from. <strong>By law, they have to respond</strong> (<a href="%s">why?</a>).') % help_about_url %> </p> <%= text_field_tag 'query', params[:query], { :size => 30 } %> |