aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-04-17 14:55:13 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-24 15:38:03 +0100
commitf53d6c3db19d0b3647c198975c795bd4f636736a (patch)
treeaf3b9c53cae74e2faada99c6671501d5e95d18ba
parent8a8154223b241c031be4424301e35e72b26a0c7b (diff)
Remove extra whitespace
-rw-r--r--app/views/request/_summary_suggestion.html.erb4
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 %>