get rid of spurious <p> that messed up output of functional tests

This commit is contained in:
Reinier Balt 2010-07-21 15:56:01 +02:00
parent 111f6059f4
commit 77933f8908

View file

@ -42,7 +42,7 @@
<div id="minilinks">
<%= link_to("Toggle notes", "#", {:accesskey => "S", :title => "Toggle all notes", :id => "toggle-notes-nav"}) %>
&nbsp;|&nbsp;
<%= link_to "Logout (#{current_user.display_name}) »", logout_path %> <p>
<%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
</div>
<div id="navcontainer">
<ul class="sf-menu">