diff options
-rw-r--r-- | app/views/public_body/list.rhtml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/public_body/list.rhtml b/app/views/public_body/list.rhtml index 81593fcc7..af91d8ed2 100644 --- a/app/views/public_body/list.rhtml +++ b/app/views/public_body/list.rhtml @@ -4,8 +4,8 @@ <h3><%=_('Beginning with') %></h3> <ul><li> <%= render :partial => 'alphabet' %> - </li></ul> - + </li> + </ul> <% first_row = true %> <% for row in PublicBodyCategories::get().with_headings() %> <% if row.instance_of?(Array) %> @@ -22,8 +22,9 @@ <ul> <% end %> <% end %> - </ul> - + <% if not first_row %> + </ul> + <% end %> <p> <%= _('<a href="%s">Are we missing a public authority?</a>.') % [help_requesting_path + '#missing_body'] %> </p> |