Content deleted Content added
m standardizing spacing |
why do we want frame.preprocess? it introduces the getContent bug. |
||
Line 63:
if type(result)=="function" then
if nowiki then
return
else return
end
else return tostring(result) -- note that nil values will be returned as "nil", not ""
|