by-date.html: use encodeURIComponent when building URL
commitc1c32ec45339a4a2c0445ddfd3864d41d4efa3ad
authorKyle J. McKay <mackyle@gmail.com>
Sat, 8 Aug 2020 15:43:17 +0000 (8 08:43 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 8 Aug 2020 15:43:17 +0000 (8 08:43 -0700)
tree5f9a9e38803bcff6038498a83046cb1c13803d31
parent4a7c066cf9e05e44fbc9550571fa1bd40ea7aa33
by-date.html: use encodeURIComponent when building URL

Just like by-commit.html does when it builds its URLs, so
must by-date.html also make use of encodeURIComponent when
it builds its own.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
by-date.html