PreviousNextTracker indexSee it online !

(162/231) 3547966 - CSS edit mode doesn't escape quotes inside method call

Given a bit of CSS like this

.className {
background-image: url('{!URLFOR($Resource.images)}/desired_image.png');
}

the closing paren after $Resource.images is detected as matching the opening paren for url(), which screws up syntax highlighting for the rest of the file.

Tested with jEdit 4.5.

Submitted kog13 - 2012-07-24 - 17:25:45z Assigned nobody
Priority 5 Category text area and syntax packages
Status Open Group None
Resolution None Visibility No

Comments

Attachments