You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
When conducting a validation check on a website I'm developing, I
found an error that I assumed was caused by mod_aicontactsafe -
certainly a logical conclusion in my mind as the error disappears when
disabling the mod. The error appears in part of some JavaScript code
that creates a calendar input control.
Error Line 94, Column 12: StartTag: invalid element name
"- Use the < and > buttons to select month\n" +
The validator apparently wants < and > escape codes. I contacted
the developer about the problem and his response was as follows:
"The calendar ( and the line you mentioned ) is part of Joomla's API.
Nothing I can do about it. Sorry."
Where can I find this code and hack it so that it no longer causes a
validation error? It is something that ought to be addressed in the
Joomla! core.