Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • corinaw Friend
    #148383

    Can someone please tell me if the page validator at validator.w3.org is correct indicating that the unescaped && in ja_bookmark is invalid code.

    If this error is valid, could you please tell me how to fix it properly.

    Thank you.

    ——————-
    # Warning Line 644, Column 13: character “&” is the first character of a delimiter but occurred as data

    if (holder && wapper) {

    This message may appear in several cases:

    * You tried to include the “<” character in your page: you should escape it as “<“
    * You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&”, which is always safe.
    * Another possibility is that you forgot to close quotes in a previous tag.

    # Warning Line 644, Column 14: character “&” is the first character of a delimiter but occurred as data

    if (holder && wapper) {

    This message may appear in several cases:

    * You tried to include the “<” character in your page: you should escape it as “<“
    * You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&”, which is always safe.
    * Another possibility is that you forgot to close quotes in a previous tag.

    Anonymous Moderator
    #331656

    Hi corinaw

    I have reported this issue to our team for checking

    I will inform you when this issue is updated.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum