I was looking at a question, and I noticed an edit. I decided to reject it. I click "custom", typed a nice little message, and when I clicked "reject". I got the following message:
Sorry buster, we are going to need a valid reason
What gives? I thought I gave a pretty valid reason in the box. Did the StackOverflow software just not agree with my reason?
EDIT: Here's what I typed in the box:
Do not edit the code in the question. That may have been the problem, and the OP may not have realized that.
In the question the code was:
$("ul > li:lt(' + (index - 5) + ')+ ")
The editor changed it to:
$("ul > li:lt(" + (index - 5) + ")")
I figured this was too drastic (but not drastic enough to merit "radical change") of a change, and may have been the issue in the question.