Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Zee

    (@laserjobs)

    I replaced Line 406
    $appended_url = ‘?url=’.rawurlencode($link).’&media=’.rawurlencode($media).’&description=’.strip_tags($title);

    with
    $appended_url = ‘?url=’.rawurlencode($link).’&media=’.rawurlencode($media).’&description=’.rawurlencode($title);

    It seems to be working for me without the errors now

    Hi,
    thanks again for noticing it. I’m including your fix (with rawurlencode around the strip_tags function) in the 2.11.2 release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘W3C validation – Whitespace in query component’ is closed to new replies.