Module:Documentation: Difference between revisions

Add margin-top; remove edit sections since they're broken in this version of scribunto
Lets see if this works now
Line 116: Line 116:
noDoc = 1
noDoc = 1
else
else
docText = '__NOEDITSECTION__\n' .. docText .. '\n'
docText = '\n' .. docText .. '\n'
end
end
end
end