URI escape branch names in URLs. Don't strip + from branch name.
[buildfarm-server.git] / templates / fstatus.tt
index 1e2c8e9d5b1b25bce97ae88217d358187dfd5bd9..429a448b586a8702997a0d7b53dde39e92c42181 100644 (file)
@@ -111,7 +111,7 @@ See accompanying License file for license details
 [% END %]
 <tr [% PROCESS cl bgfor=row.stage %]>
     <td [% PROCESS cl bgfor=row.current_stage %]><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>