Commit a9fc777b authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

removed space before argument parentheses

git-svn-id: http://redmine.rubyforge.org/svn/trunk@187 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent ab154561
......@@ -2,7 +2,7 @@
<div class="box login">
<h2 class="icon22 icon22-authent"><%=l(:label_please_login)%></h2>
<% form_tag ({:action=> "login"}, :class => "tabular") do %>
<% form_tag({:action=> "login"}, :class => "tabular") do %>
<p><label for="login"><%=l(:field_login)%>:</label>
<%= text_field_tag 'login', nil, :size => 25 %></p>
......
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