git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e56745d
)
URI encode branch parameter.
author
Kirill Miazine
<km@krot.org>
Sun, 2 Jul 2017 13:21:49 +0000
(15:21 +0200)
committer
farm
<farm@farm.default.exim.uk0.bigv.io>
Sun, 2 Jul 2017 13:21:49 +0000
(15:21 +0200)
templates/members.tt
patch
|
blob
|
history
diff --git
a/templates/members.tt
b/templates/members.tt
index 599967a3c41821002b930d68dddd1c4a95a0c8cd..b3cdefe37f61c0248e504556b135f0a2eceef732 100644
(file)
--- a/
templates/members.tt
+++ b/
templates/members.tt
@@
-66,7
+66,7
@@
See accompanying License file for license details
branch_day = branch_fields.1;
IF branch_day < 365 ;
%]<li><a
- href="show_history.pl?nm=[% row.name %]&br=[% branch %]"
+ href="show_history.pl?nm=[% row.name %]&br=[% branch
| uri
%]"
title="History"
>[% branch %]</a> ([% branch_day %] days ago)</li>[% END; END %]</ul></td>
</tr>