summaryrefslogtreecommitdiffstats
path: root/app/views/account
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-26 20:24:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-26 20:24:51 +0000
commita9fc777b20dcfe08e95489fcf36e1b1b6a33580e (patch)
treeb606495da2c38685ddb553d5f4d87b07d297f903 /app/views/account
parentab15456119b953b29417149af2f55e3f549ef0e5 (diff)
downloadredmine-a9fc777b20dcfe08e95489fcf36e1b1b6a33580e.tar.gz
redmine-a9fc777b20dcfe08e95489fcf36e1b1b6a33580e.zip
removed space before argument parentheses
git-svn-id: http://redmine.rubyforge.org/svn/trunk@187 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/account')
-rw-r--r--app/views/account/login.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml
index 382afdc17..a5d31c2ee 100644
--- a/app/views/account/login.rhtml
+++ b/app/views/account/login.rhtml
@@ -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>