diff --git a/lib/rdoc/generator/template/aliki/class.rhtml b/lib/rdoc/generator/template/aliki/class.rhtml
index a190ff9659..2bdf721d05 100644
--- a/lib/rdoc/generator/template/aliki/class.rhtml
+++ b/lib/rdoc/generator/template/aliki/class.rhtml
@@ -156,15 +156,13 @@
Source
+
- <%- if method.token_stream then %>
-
-
<%= method.markup_code %>
-
- <%- end %>
<%- if method.mixin_from then %>
<%= method.singleton ? "Extended" : "Included" %> from
<%= method.mixin_from.full_name %>
diff --git a/lib/rdoc/generator/template/darkfish/class.rhtml b/lib/rdoc/generator/template/darkfish/class.rhtml
index 67a60e3f4e..65d32f591b 100644
--- a/lib/rdoc/generator/template/darkfish/class.rhtml
+++ b/lib/rdoc/generator/template/darkfish/class.rhtml
@@ -163,15 +163,13 @@
Source
+
+
<%= method.markup_code %>
+
<%- end %>
<%- unless method.skip_description? then %>
- <%- if method.token_stream then %>
-
-
<%= method.markup_code %>
-
- <%- end %>
<%- if method.mixin_from then %>