OleKh 4 Опубликовано 8 марта, 2012 Жалоба Share Опубликовано 8 марта, 2012 После проверки на валидность было 84 ошибки и предупреждений. Устранил те ошибки в которых разобрался. Осталось 16 ошибок и 18 предупреждений. Выкладываю скрины ошибок. Как можно устранить эти ошибки? 1. This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.You will need to escape all instances of '&' into '&'. 2.This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details. 3.Entity references start with an ampersand (&) and end with a semicolon. If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters. If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem. Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed. 4.If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text. Ссылка на сообщение Поделиться на другие сайты
YuraS 4 Опубликовано 8 марта, 2012 Жалоба Share Опубликовано 8 марта, 2012 а стоит ли так щепетильно относиться к результатам этой валидации? имхо, не стоит. Вы ozon.ru или ebay.com проверьте :D Ссылка на сообщение Поделиться на другие сайты
support 447 Опубликовано 8 марта, 2012 Жалоба Share Опубликовано 8 марта, 2012 Включите опцию короткие url в Админке - Настройки - Мета-тэги. Ссылка на сообщение Поделиться на другие сайты
support 447 Опубликовано 8 марта, 2012 Жалоба Share Опубликовано 8 марта, 2012 Если у Вас стандартный шаблон vamshop2 или vamshop, то ошибок не будет после включения опции. Вот пример - http://validator.w3.org/check?uri=http%3A%2F%2Fvamshop.ru%2Findex.php&charset=%28detect+automatically%29&doctype=Inline&group=0 Ссылка на сообщение Поделиться на другие сайты
-Inna- 0 Опубликовано 8 марта, 2012 Жалоба Share Опубликовано 8 марта, 2012 глюк Ссылка на сообщение Поделиться на другие сайты
Рекомендуемые сообщения