lib/rdoc/generator/template/sdoc/class.rhtml in sdoc-2.1.0 vs lib/rdoc/generator/template/sdoc/class.rhtml in sdoc-2.2.0

- old
+ new

@@ -42,10 +42,10 @@ <% klass.in_files.each do |file| %> <li><a href="<%= "#{rel_prefix}/#{h file.path}" %>"><%= h file.absolute_name %></a></li> <% end %> </ul> </div> - <div id="bodyContent"> + <main id="bodyContent"> <%= include_template '_context.rhtml', {:context => klass, :rel_prefix => rel_prefix} %> - </div> + </main> </body> </html>