summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-06-19 16:50:13 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-06-19 16:50:13 +0000
commit43fabab9501e93fdd3d10b4fb5336d77f7313bcb (patch)
tree5aaee57282e635349ddff9999d450079401c5b23 /app/views/my
parentf08b2a394d7341e3b270c374c40778441c96c582 (diff)
downloadredmine-43fabab9501e93fdd3d10b4fb5336d77f7313bcb.tar.gz
redmine-43fabab9501e93fdd3d10b4fb5336d77f7313bcb.zip
Fixed HTML validation errors
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3775 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/_sidebar.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/my/_sidebar.rhtml b/app/views/my/_sidebar.rhtml
index 0a95acfea..2089feeac 100644
--- a/app/views/my/_sidebar.rhtml
+++ b/app/views/my/_sidebar.rhtml
@@ -17,10 +17,10 @@
<% if Setting.rest_api_enabled? %>
<h4><%= l(:label_api_access_key) %></h4>
-<p>
+<div>
<%= link_to_function(l(:button_show), "$('api-access-key').toggle();")%>
<pre id='api-access-key' class='autoscroll'><%= @user.api_key %></pre>
-</p>
+</div>
<%= javascript_tag("$('api-access-key').hide();") %>
<p>
<% if @user.api_token %>