Browse Source

removed space before argument parentheses

git-svn-id: http://redmine.rubyforge.org/svn/trunk@187 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.4.2
Jean-Philippe Lang 17 years ago
parent
commit
a9fc777b20
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/account/login.rhtml

+ 1
- 1
app/views/account/login.rhtml View File

@@ -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>

Loading…
Cancel
Save