-
Notifications
You must be signed in to change notification settings - Fork 24.4k
</form> in form class #5
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
Conversation
Thanks! I'll merge this in later today. |
@taylor, is it needed to have PHP_EOL at the end of the string in this case? |
Didn't think about that. Do you want me to update it? |
Well, I came to know PHP_EOL reading Laravel's code. Since it's newline character that is cross-platform-compatible I think it's to good to have it. Go ahead! |
Yeah go ahead and put one. Thanks! On Jun 14, 2011, at 11:27 AM, pedroborgesreply@reply.github.com wrote:
|
I did, see my previous commit ^^ |
Translation it
Apply fixes from StyleCI
Firestore cache driver
Apply fixes from StyleCI
My IDE or any editor like's to pretend there are errors when I use the form open method but then put an html
</form>
. I figured this would fix that problem. You open the form with PHP, why not close it with PHP.I did this on your develop branch. Not sure if thats the best practice when sending pull requests. Never done this before.