diff --git a/app/views/navigation.rhtml b/app/views/navigation.rhtml
index 1f8bfd13..bf4adfe6 100644
--- a/app/views/navigation.rhtml
+++ b/app/views/navigation.rhtml
@@ -9,8 +9,8 @@ end
%>
-
Skip the Navigation Links |
- <%- if params['action'] != 'published' then -%>
+
Skip the Navigation Links |
+<%- if params['action'] != 'published' then -%>
<%= list_item 'Home Page', {:action => 'show', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %> |
<%= list_item 'All Pages', {:action => 'list'}, 'Alphabetically sorted list of pages', 'A' %> |
<%= list_item 'Recently Revised', {:action =>'recently_revised'}, 'Pages sorted by when they were last changed', 'U' %> |
@@ -23,9 +23,9 @@ end
onfocus="this.value == 'Search' ? this.value = '' : true"
onblur="this.value == '' ? this.value = 'Search' : true" />
<% end %>
- <% else -%>
- <%= list_item 'Home Page', {:action => 'published', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %> |
+<%- else -%>
+ <%= list_item 'Home Page', {:action => 'published', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %> |
<%= list_item 'Feeds', {:action => 'feeds'}, 'Subscribe to changes by Atom' %>
- <% end-%>
+<% end-%>