Skip to content

Bug fix for text area field #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moisesbr-dw
Copy link

@moisesbr-dw moisesbr-dw commented Jun 26, 2017

In fact, there are two bug fixes related to text area field in this PR.

  1. correct HTML generation

bugged
<textarea name="bureaucracy[11]" id="" rows="15" cols="10" class="edit required&quot; required=&quot;required"></textarea>

fixed
<textarea name="bureaucracy[11]" id="" rows="15" cols="10" class="edit required" required="required"></textarea>

  1. correct e-mail generation

Newlines in text area content are replaced by <br> tags in the e-mail text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant