Skip to content
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

form_open_multipart('', [], $hidden) #598

Closed
nowackipawel opened this issue Jul 12, 2017 · 1 comment
Closed

form_open_multipart('', [], $hidden) #598

nowackipawel opened this issue Jul 12, 2017 · 1 comment

Comments

@nowackipawel
Copy link
Contributor

nowackipawel commented Jul 12, 2017

I'm not so sure if this will cause a problems in browsers (probably does) but in fact it looks strange:

form_open_multipart('', [], $hidden)
prints:
<form action="https://www.dmvoneway.com/contact" enctype="multipart&#x2F;form-data" method="post" accept-charset="utf-8">

so there is "& # x 2 F;" instead of "/"

@lonnieezell
Copy link
Member

I verified that it works just fine in Safari, Chrome, and Firefox. May look funny, but it's perfectly valid HTML and is the result of ALL attributes being correctly escaped.

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

No branches or pull requests

2 participants