diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-29 10:29:05 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-29 10:29:05 +0100 |
commit | e4d13a71297918716b7c58cf32945aee783b00e2 (patch) | |
tree | dc0beee5949e587db8c5edbfe9122176eff5d17f | |
parent | 7c6f7cac79b85883e41a48dafa5399b7ac101426 (diff) |
Spacing.
-rw-r--r-- | app/views/request/preview.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/request/preview.rhtml b/app/views/request/preview.rhtml index 36e428412..97b92ffae 100644 --- a/app/views/request/preview.rhtml +++ b/app/views/request/preview.rhtml @@ -42,10 +42,9 @@ </p> <% if !@info_request.tag_string.empty? %> - <p><strong>Tags:</strong> <%=h @info_request.tag_string %></p> + <p><strong>Tags:</strong> <%=h @info_request.tag_string %></p> <% end %> - <% end %> |