#238 √ invalid
PhotoMan

typo in script ver 1.6.0.2

Reported by PhotoMan | July 24th, 2008 @ 05:25 PM

The desecente selector on line 2971 shows:

attr: /\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$~|]?=)\s((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/

},

it should be:

attr: /\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$~|]?=)\s(([''])([^\4]*?)\4|([^''][^\]]*?)))?\]/},

There are double quotes ( " ) where there needs to be a single ( ' ) quote.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

The Prototype JavaScript library.

Shared Ticket Bins

People watching this ticket

Attachments

Tags