Ticket #2851 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Deleting link with apostrophe in title doesn't work

Reported by: disaster77 Assigned to: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.0.3
Severity: normal Keywords:
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

06/22/06 23:20:56 changed by disaster77

  • version set to 2.0.3.

06/24/06 01:19:47 changed by ryan

  • milestone set to 2.0.4.

06/24/06 01:20:18 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [3906]) js_escape() in onclicks. fixes #2851

06/24/06 01:28:21 changed by ryan

(In [3907]) js_escape() in onclicks. fixes #2851

11/30/06 19:41:50 changed by

  • milestone deleted.

Milestone 2.0.4 deleted