From 2bf762e78e2e6a57a23569b53a282b34d45b7d49 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 20 Jan 2017 22:28:36 +0000 Subject: oldweb/class: add space before superclass method name This fixes the formatting of the "Calls superclass method" phrase. --- lib/oldweb/class.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oldweb/class.rhtml b/lib/oldweb/class.rhtml index 9f8aec3..07e6791 100644 --- a/lib/oldweb/class.rhtml +++ b/lib/oldweb/class.rhtml @@ -46,7 +46,7 @@ id="<%= visibility %>-<%= type %>-<%= section.aref %>-method-details"> seq ? " #{h(seq.strip)}" : "" %><% end %> <%= method_srclink(method) %><%= method.comment ? method.description.strip : nd %><% - if method.calls_super %>Calls superclass method<%= + if method.calls_super %>Calls superclass method <%= method.superclass_method ? method.formatter.link(method.superclass_method.full_name, method.superclass_method.full_name) : nil -- cgit v1.2.3-24-ge0c7