Ticket #2528736 (closed defect)

Reporter


Luke Smith
Opened: 03/31/10
Last modified: 09/7/10
Status: closed
Type: defect
Resolution: fixed

Owner


Jenny Donnelly
Target Release: 3.2.0
Priority: P5 (trivial)
Summary: Double escapement of & html entity
Description:

http://developer.yahoo.com/yui/3/examples/datatype/datatype_numberformat.html

In the code snippet


prefix: "¥"

should read

prefix: "¥"

Type: defect Observed in Version: 3.0.0
Component: DataType-Number Severity: S3 (normal)
Assigned To: Jenny Donnelly Target Release: 3.2.0
Location: Example Priority: P5 (trivial)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Luke Smith

YUI Contributor

Posted: 03/31/10

ticket format parsing FTL.
(with spaces added)


prefix: "& amp;#165;"

should be


prefix: "& #165;"

Jenny Donnelly

YUI Developer

Posted: 04/9/10
  • milestone changed to 3.2.0
  • status changed from new to accepted

Jenny Donnelly

YUI Developer

Posted: 06/30/10
  • priority changed from P3 (normal) to P5 (trivial)

Jenny Donnelly

YUI Developer

Posted: 08/6/10
  • status changed from accepted to checkedin

George

YUI Developer

Posted: 09/7/10
  • resolution changed to fixed

George

YUI Developer

Posted: 09/7/10
  • status changed from checkedin to closed