diff options
author | francis <francis> | 2008-04-09 16:53:59 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-09 16:53:59 +0000 |
commit | 812bf1841a46facc1edef893ee6c96f81393c81f (patch) | |
tree | 4048f8f6c69aaef94c3382885cbec8635c9ba311 /app/models/info_request_event.rb | |
parent | 2dacb5051407f1f31511187c9b50574fb013a96e (diff) |
Fix duplicate by by (see http://www.whatdotheyknow.com/track/feed/5)
Added more privacy warnings to preview
Fix escaping of HTML in titles in RSS
Improved CSV import function a bit
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 7682aff11..6e8ce0231 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -18,7 +18,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request_event.rb,v 1.34 2008-04-04 01:44:41 francis Exp $ +# $Id: info_request_event.rb,v 1.35 2008-04-09 16:53:59 francis Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request @@ -152,7 +152,7 @@ class InfoRequestEvent < ActiveRecord::Base elsif status == 'not_held' "Information not held" elsif status == 'rejected' - "Rejection by" + "Rejection" elsif status == 'partially_successful' "Some information sent" elsif status == 'successful' |