diff --git a/lib/rdoc/generator/template/aliki/class.rhtml b/lib/rdoc/generator/template/aliki/class.rhtml index 593b96db22..2f721a5610 100644 --- a/lib/rdoc/generator/template/aliki/class.rhtml +++ b/lib/rdoc/generator/template/aliki/class.rhtml @@ -1,4 +1,4 @@ - + <%= render '_header.rhtml' %> <%= render '_sidebar_toggle.rhtml' %> @@ -41,11 +41,8 @@ <%- if section.title then %>

- <%= section.title %> + <%= section.title %>

- - ↑ top -
<%- end %> @@ -58,7 +55,7 @@ <%- unless constants.empty? then %>
-

Constants

+

Constants

<%- constants.each do |const| %> @@ -83,7 +80,7 @@ <%- unless attributes.empty? then %>
-

Attributes

+

Attributes

<%- attributes.each do |attrib| %> @@ -118,7 +115,7 @@ next if methods.empty? %>