diff options
| author | Louise Crow <louise.crow@gmail.com> | 2014-04-17 14:55:13 +0100 |
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:03 +0100 |
| commit | f53d6c3db19d0b3647c198975c795bd4f636736a (patch) | |
| tree | af3b9c53cae74e2faada99c6671501d5e95d18ba | |
| parent | 8a8154223b241c031be4424301e35e72b26a0c7b (diff) | |
Remove extra whitespace
| -rw-r--r-- | app/views/request/_summary_suggestion.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_summary_suggestion.html.erb b/app/views/request/_summary_suggestion.html.erb index a5da09cda..74d9c46c5 100644 --- a/app/views/request/_summary_suggestion.html.erb +++ b/app/views/request/_summary_suggestion.html.erb @@ -1,5 +1,5 @@ <% if @info_request.law_used == 'eir' %> - <%= _("'Pollution levels over time for the River Tyne'") %> + <%= _("'Pollution levels over time for the River Tyne'") -%> <% else %> - <%= _("'Crime statistics by ward level for Wales'") %> + <%= _("'Crime statistics by ward level for Wales'") -%> <% end %> |
