HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Small Bug in /dashboard/user/applicants (Why do you want to join?) contains lower than character

cocomangcocomang New
edited June 2014 in Feedback

Hi,
I am using the 2.1 release of vanilla.

I would like to report a bug in the Applicant list shown in Manage Applicants in the part where is displayed the answer to the question 'why do you want to join?'

An applicant entered the following text:

I <3whatever about my site

But in /dashboard/user/applicants the text displayed was: I

Probably the '<' creates a problem

Tagged:

Comments

  • @cocomang that's prob because of the input formatter. I think it identifies the '<' as a HTML opening tag. Somebody correct me if I'm wrong.

  • peregrineperegrine MVP
    edited June 2014

    Gdn::Text strips it out on display. it is however in your database as entered.

    you could change the definition of why do you want to join and also say please don't use emoticons. <3

    and you could post the problem on github if you haven't already.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.