Commit 104b7d45 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Removed some parentheses before arguments.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@471 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent feb973b9
......@@ -2,7 +2,7 @@
<p><%=l(:text_workflow_edit)%>:</p>
<% form_tag ({:action => 'workflow'}, :method => 'get') do %>
<% form_tag({:action => 'workflow'}, :method => 'get') do %>
<div style="float:left;margin-right:10px;">
<p><label for="role_id"><%=l(:label_role)%></label><br/>
<select id="role_id" name="role_id">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment