Hi Graham,
>
> Use:
> allowTags = span, p
>
> However, there is a problem in the html parser as the result in the
> database is
>
> Hi there</span>
>
> Please report the issue in the bugtracker.
>
Using
...
tags {
span.rmTagIfNoAttrib = 1
span.nesting = 1
}
will work around the issue.
Regards,
Stanislas