We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--- lib/html_form.php 2019-03-31 02:45:32.000000000 +0800 +++ lib/html_form.php 2019-04-08 21:03:31.370033168 +0800 @@ -1029,7 +1029,7 @@ $placeholder = " placeholder='$placeholder'"; } - print "<textarea class='$class ui-state-default ui-corner-all' aria-multiline='true' cols='$form_columns' rows='$form_rows' id='$form_name' name='$form_name'" . $class . $on_change . $placeholder . '>' . html_escape($form_previous_value) . "</textarea>\n"; + print "<textarea class='$class ui-state-default ui-corner-all' aria-multiline='true' cols='$form_columns' rows='$form_rows' id='$form_name' name='$form_name'" . $on_change . $placeholder . '>' . html_escape($form_previous_value) . "</textarea>\n"; } /* form_multi_dropdown - draws a standard html multiple select dropdown
The text was updated successfully, but these errors were encountered:
Resolving Issue #2623
4502664
Invalid HTML when draw textarea: form_text_area
Good catch! Resolved.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: