Hello I have this feed for a while now:
http://feeds.feedburner.com/Confiad, and it has been working fine, but
now I get a error message.
I have nog clue what to do here? please can someone help?
The page with the feed contains the following errors:
error on line 15 at column 13: StartTag: invalid element name
Below is a rendering of the page up to the first error.
function cb_date_validation(e){ var cb_sel_year =
document.getElementById('cb_manage_expiration_year').value; var
cb_sel_month =
document.getElementById('cb_manage_expiration_month').value; var
cb_sel_day =
document.getElementById('cb_manage_expiration_day').value; var
cb_expirdate = cb_sel_year + "-" + cb_sel_month + "-" + cb_sel_day;
var cb_currentTime = new Date(); var cb_month =
cb_currentTime.getMonth() + 1; var cb_day = cb_currentTime.getDate();
var cb_year = cb_currentTime.getFullYear(); if(cb_day
thank you in advance!
Birdy