Skip to content

Commit

Permalink
[webui] url encode the project and package for download link
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Jul 5, 2013
1 parent 96cdfba commit 4a72ead
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,3 +1,3 @@
<li>
<%= sprite_tag 'application_get' %> <a href="http://software.opensuse.org/download.html?project=<%= @project %>&amp;package=<%= @package %>">Download package</a>
<%= sprite_tag 'application_get' %> <a href="http://software.opensuse.org/download.html?project=<%= u @project %>&amp;package=<%= u @package %>">Download package</a>
</li>

0 comments on commit 4a72ead

Please sign in to comment.