Problem opening PHP links with single quotes
-
When I double-click a PHP link, it opens with a single quote at the end of the URL.
<?php $url = 'https://google.com';
What settings do I need to adjust in Notepad++ to ensure it opens correctly?
Thank you.
-
This was supposed to be fixed in the 8.6.6 release:
Fix URL enclosed in apostrophes or backtick not working issue
You should open a GitHub issue.
-
@rdipardo said in Problem opening PHP links with single quotes:
You should open a GitHub issue.
Well, @David-Baez, if you are still on an earlier version (especially one before v8.6.6), then first try upgrading Notepad++ and see if that fixes it. If you are already on v8.7, then I agree with @rdipardo that you should file a GitHub issue (this FAQ explains how, if you don’t already know)