diff --git a/lib/tasks/bugfix.rake b/lib/tasks/bugfix.rake index f9f94ac..743730f 100644 --- a/lib/tasks/bugfix.rake +++ b/lib/tasks/bugfix.rake @@ -138,9 +138,9 @@ num_text += 1 end if num_text == 1 && answer.text.present? - text = "

ANSWER SAVED TWICE - REQUIRES MERGING<\strong><\p>" + text = "

ANSWER SAVED TWICE - REQUIRES MERGING

" text += new_answer.text - new_answer.text = text + "

-------------<\strong><\p>" + answer.text + new_answer.text = text + "

-------------

" + answer.text end answer.notes.each do |note| note.answer_id = new_answer.id