It appears that a website update done 3-4 weeks ago has introduced a bug in the agenda.
The agenda allows the use of the following tags in the role/item descriptions.
Code:
[br] = line break, [i]italic[/i], [b]bold[/b], and [u]underline[/u]
Currently, the agenda seems to only recognizes the
first instance of the [ ] tag and the
last instance of the [ /] tag.
For example, the following sentence:
Code:
"The [b]chair[/b] calls for a [b]toast[/b] and a [b]joke[/b]"
is rendered as: "The
chair[/x] calls for a [x]toast[/x] and a [x]joke" (here the letter 'x' stands for 'b') which is obviously not the intended result.
Thank you for fixing this problem.