Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / vendor / plugins / login_engine / app / views / user / logout.rhtml
1 <div title="<%= title_helper %>" class="memo">
2   <h3>Logoff</h3>
3
4   <p>You are now logged out of the system...</p>
5
6   <%= link_to '&#171; login', :action => 'login' %>
7 </div>
8

Benjamin Mako Hill || Want to submit a patch?