Whenever an admin was clicking on an IP address, the lookup page was taking the user to an 'Invalid IP or domain name' page. This was due to an apostrophe in the URL which was breaking the query. This fix resolves this issue.

More...