Uh oh!
There was an error while loading. Please reload this page.
fix: auto_link() include trailing slashes - #9167
Conversation
…al/CodeIgniter4 into auto_link-fix-trailing-slashes
…al/CodeIgniter4 into auto_link-fix-trailing-slashes
kenjis
commented
Sep 5, 2024
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. See https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md |
kenjis
commented
Sep 5, 2024
|
👋 Hi, @corenominal! |
kenjis
commented
Sep 6, 2024
Closed by #9169 |
Description
Fixes: #9165
Adjusted regular expression to include trailing slash.
Checklist: