Edgewall Software

Changes between Version 8 and Version 9 of WikiMacros


Ignore:
Timestamp:
Jan 14, 2005, 10:44:10 PM (19 years ago)
Author:
yuann@…
Comment:

typo fix

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v8 v9  
    6666        hdf.setValue('wiki.macro.greeting', 'Hello World')
    6767       
    68     # args will be null if the macro is called without parentesis.
     68    # args will be null if the macro is called without parenthesis.
    6969    args = args or 'No arguments'
    7070    return 'Hello World, args = ' + args