olddoc user/dev discussion/patches/bugs/etc
 help / color / mirror / code / Atom feed
* [PATCH] oldweb/class: add space before superclass method name
@ 2017-01-20 22:36 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-01-20 22:36 UTC (permalink / raw)
  To: olddoc-public

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 %></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
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-20 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 22:36 [PATCH] oldweb/class: add space before superclass method name Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/olddoc.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).