#2851 closed defect (bug) (fixed)
Deleting link with apostrophe in title doesn't work
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0.3 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Deleting a link with an apostrophe in the title produces a JavaScript error since the apostrophe is not escaped. The link can not be deleted until the title is changed to not have the apostrophe.
Error: missing ) after argument list
Source Code:
return deleteSomething( 'link', 51 , 'You are about to delete the "Roy's Photo Gallery" bookmark to http://.\n"Cancel" to stop, "OK" to delete.' );
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [3906]) js_escape() in onclicks. fixes #2851