Receive the following error when using the plugin.
2008-11-19 12:35:30,159 Trac[formatter] ERROR: Macro NoteBox(tip,Lab Notifications: No notifications at this time.) failed
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/wiki/formatter.py", line 468, in _macro_formatter
return macro.process(args, in_paragraph=True)
File "/usr/lib/python2.5/site-packages/trac/wiki/formatter.py", line 179, in process
text = self.processor(text)
File "/usr/lib/python2.5/site-packages/trac/wiki/formatter.py", line 166, in _macro_processor
text)
File "build/bdist.linux-i686/egg/notebox/notebox.py", line 67, in expand_macro
Formatter(formatter.env, formatter.context).format(args[1], out)
IndexError: list index out of range