URI escape branch names in URLs. Don't strip + from branch name.
[buildfarm-server.git] / templates / log.tt
index 8a769450ead59044d56b97e7280eb905d4ca858f..0e9b8b216cb6d4253497368675f25d0af3f8d1e2 100644 (file)
@@ -46,7 +46,7 @@ See accompanying License file for license details
     </tr>
     <tr>
         <td>[% system %]</td>
-        <td><a href="/cgi-bin/show_history.pl?nm=[% system %]&amp;br=[% branch %]">[% branch %]</a></td>
+        <td><a href="/cgi-bin/show_history.pl?nm=[% system %]&amp;br=[% branch | uri %]">[% branch %]</a></td>
         <td>[% info_row.operating_system %] [% info_row.os_version %]</td>
         <td>[% info_row.compiler %] [% info_row.compiler_version %]</td>
         <td>[% info_row.architecture %]</td>