X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/acfbc091982fbf74baeef7d16ff7d84f63c84951..64816e50b57ced52f5fb0082f97b2844e002cf11:/app/models/note_comment.rb diff --git a/app/models/note_comment.rb b/app/models/note_comment.rb index c9caa1b85..1772b3f97 100644 --- a/app/models/note_comment.rb +++ b/app/models/note_comment.rb @@ -33,7 +33,7 @@ class NoteComment < ActiveRecord::Base validates :visible, :inclusion => [true, false] validates :author, :associated => true validates :event, :inclusion => %w[opened closed reopened commented hidden] - validates :body, :allow_blank => false, :length => { :maximum => 2000 }, + validates :body, :length => { :maximum => 2000 }, :format => /\A[^\x00-\x08\x0b-\x0c\x0e-\x1f\x7f\ufffe\uffff]*\z/ # Return the comment text