diff --git a/lib/rdoc/generator/template/darkfish/class.rhtml b/lib/rdoc/generator/template/darkfish/class.rhtml
index 5d7b6a1b80..97d175dddc 100644
--- a/lib/rdoc/generator/template/darkfish/class.rhtml
+++ b/lib/rdoc/generator/template/darkfish/class.rhtml
@@ -98,28 +98,30 @@
<%- methods.each do |method| -%>
">
- <%- if (call_seq = method.call_seq) then -%>
- <%- call_seq.strip.split("\n").each_with_index do |call_seq, i| -%>
-
-
- <%= h(call_seq.strip.
- gsub( /^\w+\./m, '')).
- gsub(/(.*)[-=]>/, '\1→') %>
-
- <%- if i == 0 and method.token_stream then -%>
- click to toggle source
- <%- end -%>
-
- <%- end -%>
- <%- else -%>
-
-
<%= h method.name %><%= h method.param_seq %>
- <%- if method.token_stream then -%>
-
click to toggle source
+
- <%- end -%>
<%- if method.comment then -%>