Modify the MeetingList
so that instead of separating the meetings with a simple line break, they form a bulleted list.
Hint 1: Remember that HTML code for creating a bulleted list?
Hint 2: The contents of the list widget are rendered once for every tiddler output by the filter. Which parts of the HTML code for creating a list need to be used repeatedly, and which need to be used only once?
Go to answer: Ex:BulletedMeetingList/answer