Description
When placeholder replacement is conducted on transcluded code, the empty parameter list (i.e. "()") is removed in some locations.
For instance
... function () { ...
is transformed to
... function { ...
Attachments
Issue Links
- mentioned in
-
Page Loading...