Double HTML escape in when changing months
-
When changing from month to month in the v2 Event Calendar, for some reason the emdash generated in the title gets double escaped as actual HTML when navigating from month to month.
https://www.jwcc.edu/events/month/2021-08/
Before changing months: https://snipboard.io/IHn4ij.jpg
After changing months: https://snipboard.io/JOUw9B.jpgThe ampersand is getting escaped twice, which can be noticed from looking in the DOM. Compare before:
<title>Events for August 2021 – JWCC</title>
After:
<title>Events for September 2021 – JWCC</title>
Edit: looks like the support forums don’t render the DOM direct copy->paste directly, so more screenshots:
Before: https://snipboard.io/mp9HhL.jpg
After: https://snipboard.io/c79zgB.jpgThe page I need help with: [log in to see the link]
- The topic ‘Double HTML escape in when changing months’ is closed to new replies.