Closed rsimon closed 10 months ago
This PR adds a small tweak to the rw(url) utility method. The URL argument is now trimmed before the RegEx check that determines whether the URL should be re-written from a relative to an absolute URL. (If it is re-written, trim is also applied.)
rw(url)
Addresses issue #67.
In this PR
This PR adds a small tweak to the
rw(url)
utility method. The URL argument is now trimmed before the RegEx check that determines whether the URL should be re-written from a relative to an absolute URL. (If it is re-written, trim is also applied.)Addresses issue #67.