[EventCalendar] ec3_get_events() not translating ampersands into
character entities
JD Puglisi
jdpuglisi at hotmail.com
Wed Oct 10 13:43:13 UTC 2007
OK...one more for you to try. Let's filter the title call in the calendar.
In template-functions.php, (around line 234
Find
$calendar_days[$day_id]->get_titles()
Replace it with
wp_specialchars($calendar_days[$day_id]->get_titles())
------------------------
I have now added your suggested fix. The page loads without visible
error messages but alas, the same validation errors persist. Here is
just one of the error messages:
---validator.w3.org---
Line 704, Column 197: reference not terminated by REFC delimiter.
More information about the EventCalendar
mailing list