Module:Documentation: Difference between revisions

don't cause a script error if p.makeExperimentBlurb returns nil
(Undid revision 615575005 by Technical 13 (talk) this puts the end box inside the main div, so we get one blue box inside another blue box; not really what we want)
(don't cause a script error if p.makeExperimentBlurb returns nil)
Line 726:
-- Add sandbox and testcases links.
-- "Editors can experiment in this template's sandbox and testcases pages."
text = text .. (p.makeExperimentBlurb(args, env) or '')
text = text .. '<br />'
if not args.content and not args[1] then