diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-27 17:58:04 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-27 17:58:04 +1000 |
commit | 2659ef195d1b718c2a060836e70f217f3be97c68 (patch) | |
tree | 98419361f7d4c9c65fbae0c8963825f54c35fe61 | |
parent | 8a7d5b4045e289cc1a316202a2373b3b44f8ff06 (diff) |
Probably controversial but I think a full stop after a question mark looks clumsy, don't you?.
-rw-r--r-- | app/views/public_body/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/list.rhtml b/app/views/public_body/list.rhtml index 8cb207bd4..2d6f07aea 100644 --- a/app/views/public_body/list.rhtml +++ b/app/views/public_body/list.rhtml @@ -26,7 +26,7 @@ </ul> <% end %> <p> - <%= _('<a href="%s">Are we missing a public authority?</a>.') % [help_requesting_path + '#missing_body'] %> + <%= _('<a href="%s">Are we missing a public authority?</a>') % [help_requesting_path + '#missing_body'] %> </p> <p> <%= link_to _('List of all authorities (CSV)'), all_public_bodies_csv_url() %> |