about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-20 22:28:36 +0000
committerEric Wong <e@80x24.org>2017-01-20 22:28:36 +0000
commit2bf762e78e2e6a57a23569b53a282b34d45b7d49 (patch)
tree9391864d11670e2616c4096c14a84e6646e6285a
parentc87e8526c34d22517ee008903eed00fc168beec7 (diff)
downloadolddoc-2bf762e78e2e6a57a23569b53a282b34d45b7d49.tar.gz
This fixes the formatting of the "Calls superclass method"
phrase.
-rw-r--r--lib/oldweb/class.rhtml2
1 files changed, 1 insertions, 1 deletions
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 %></b> <%= method_srclink(method) %></pre><%=
           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