Posts Tagged ‘ampersand’
joomla 1.5, ampersands and W3C validator
If you use joomla 1.5 and try to validate your DTD against W3C it is likely to have some errors related to ampersands. This is due to a ¿bug? in default’s Joomla WYSIWYG editor (TinyMCE 2.0). By default this editor does not code the ampersands (&) to (&). If you try to write HTML using [...]
W3C validator issues with ampersand (&) in javascript location.href
When I tried to validate the code for http://www.hyips.es (one of my freelance projects) the validator kept complaining: cannot generate system identifier for general entity langpair. This error is caused by the validator parsing the code inside of a <script> tag. Below are the lines which were producing the error (related to a function which [...]