Fix unrecognized ! signs in URLs
Posted: Tue May 02, 2006 2:49 pm
I noticed this in this post: the url:
Links like: http://ilia.ws/archives/114-PHP-5.1.3-Released!.html in a url tag
Which is incorrect. ! is a valid character in URLs, so there's no reason why it shouldn't be supported.
This is probably a phpBB bug, but it should be trivial to fix.
Code: Select all
http://ilia.ws/archives/114-PHP-5.1.3-Released!.htmlWhich is incorrect. ! is a valid character in URLs, so there's no reason why it shouldn't be supported.
This is probably a phpBB bug, but it should be trivial to fix.