diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-12-25 23:31:53 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-25 23:31:53 +0000 |
commit | a8cf72821e76748624e17ecd262915ecfd28f7e2 (patch) | |
tree | a3b7073fa4464e5a4bd4bef09e17671036460ba3 | |
parent | 326c4d6af2fbcbdf9b1487d584f03e6f63e5597d (diff) |
bug + fix
-rw-r--r-- | doc/bugs/urlto__40____34____34____44___...__44___1__41___not_absolute.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/urlto__40____34____34____44___...__44___1__41___not_absolute.mdwn b/doc/bugs/urlto__40____34____34____44___...__44___1__41___not_absolute.mdwn new file mode 100644 index 000000000..73ffe3e16 --- /dev/null +++ b/doc/bugs/urlto__40____34____34____44___...__44___1__41___not_absolute.mdwn @@ -0,0 +1,7 @@ +[[!template id=gitbranch branch=smcv/ready/urlto author="[[Simon_McVittie|smcv]]"]] +[[!tag patch]] + +urlto() has a special-case for a zero-length first argument, but it +produces a relative path even if the third argument is given and true. + +My `ready/urlto` branch simplifies this special case so it works. --[[smcv]] |