Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Bug in path handling for IE6 and IE7 #35

@getify

Description

@getify

The canonical_uri() function improperly uses [0] style addressing of characters in a string, which doesn't work in IE6/IE7. The result is broken path handling if you use page-relative or domain-relative paths (absolute paths are fine AFAICT).

Should use charAt(0) instead of [0].

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions