Difference between revisions of "Module:Documentation"
Jump to navigation
Jump to search
add missing return statement from p.renderStartBoxLinks
>Mr. Stradivarius (add comments for p.makeEndBoxExperimentBlurb) |
>Mr. Stradivarius (add missing return statement from p.renderStartBoxLinks) |
||
Line 495: | Line 495: | ||
ret = makeUrlLink(docTitle:fullUrl{action = 'edit', preload = data.preload}, data.createLinkDisplay) | ret = makeUrlLink(docTitle:fullUrl{action = 'edit', preload = data.preload}, data.createLinkDisplay) | ||
end | end | ||
return ret | |||
end | end | ||