diff --git a/templates/html/partials/short_description.erb b/templates/html/partials/short_description.erb index 23bba4b..73d3fab 100644 --- a/templates/html/partials/short_description.erb +++ b/templates/html/partials/short_description.erb @@ -22,9 +22,6 @@ <% end %> <% end %> - - - <%= htmlize(object.description) %> <% # Does it have an alias? %> @@ -42,13 +39,10 @@ <% end %> - - + <% # Is it methodized? %> <% if object.is_a?(Documentation::Method) && object.methodized? %>

This method can be called either as an instance method or as a generic method. If calling as a generic, pass the instance in as the first argument.

<% end %> - -