-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: auto_link() include trailing slashes #9167
fix: auto_link() include trailing slashes #9167
Conversation
…al/CodeIgniter4 into auto_link-fix-trailing-slashes
…al/CodeIgniter4 into auto_link-fix-trailing-slashes
Thank you for sending this PR! We expect the following in all Pull Requests (PRs).
Important We expect all code changes or bug-fixes to be accompanied by one or more tests added to our test suite to prove the code works. If pull requests do not comply with the above, they will likely be closed. Since we are a team of volunteers, we don't have any more time to work on the framework than you do. Please make it as painless for your contributions to be included as possible. |
|
👋 Hi, @corenominal! |
Closed by #9169 |
Description
Fixes: #9165
Adjusted regular expression to include trailing slash.
Checklist: