This is happening because your theme is using the_title() function for the title attribute rather than the_title_attribute()
The problem with this is other plugins may hook into the_title and output additional details (which is exactly what Event Espresso is doing) so a quick workaround is to disable the banner that Event Espresso is adding by navigating to:
Event Espresso -> Events -> Templates -> Display Status Banner.
Set that option to No and save the settings.
That will stop EE injecting the additional details and it should remove that code from the_title.
The permanent fix is for the theme to be updated to use the_title_attribute() rather than just the_title() as shown here:
If this is a theme you have purchased I would recommend creating a ticket with the theme author to have them update this.
Viewing 1 reply thread
The support post ‘Span class’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.