URI escape branch names in URLs. Don't strip + from branch name.
[buildfarm-server.git] / templates / status.tt
index 573dfb06776b985836fcced4e15642a8fd4af2e6..2e1f2e8aebabd860a45d573fe2ad034e5b6f5730 100644 (file)
@@ -82,7 +82,7 @@ See accompanying License file for license details
 [% END %]
 <tr [% PROCESS cl bgfor=row.stage %]>
     <td><a 
-    href="show_history.pl?nm=[% row.sysname %]&amp;br=[% row.branch %]"
+    href="show_history.pl?nm=[% row.sysname %]&amp;br=[% row.branch | uri %]"
     title="History"
     >[% row.sysname %]</a></td>
     <td>[% PROCESS sysnotes %]</td>