summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 04:05:53 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 04:05:53 +0000
commit44978a1711ece22e6b660d7ec73f649071133de9 (patch)
tree5f5b10304f54745838e2970394602d19fb5b778b /app/views/settings
parentd2453f05a4e61d0802d727d2fc82ce2224045ac8 (diff)
downloadredmine-44978a1711ece22e6b660d7ec73f649071133de9.tar.gz
redmine-44978a1711ece22e6b660d7ec73f649071133de9.zip
remove trailing white-spaces from app/views/settings/_mail_handler.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7287 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_mail_handler.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_mail_handler.html.erb b/app/views/settings/_mail_handler.html.erb
index f3508ace3..b5ed14ea7 100644
--- a/app/views/settings/_mail_handler.html.erb
+++ b/app/views/settings/_mail_handler.html.erb
@@ -8,7 +8,7 @@
</div>
<div class="box tabular settings">
-<p><%= setting_check_box :mail_handler_api_enabled,
+<p><%= setting_check_box :mail_handler_api_enabled,
:onclick => "if (this.checked) { Form.Element.enable('settings_mail_handler_api_key'); } else { Form.Element.disable('settings_mail_handler_api_key'); }"%></p>
<p><%= setting_text_field :mail_handler_api_key, :size => 30,