Changeset 16042
- Timestamp:
- 07/20/08 00:02:43 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/pdc/trunk/pdc.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/pdc/trunk/pdc.js
r16041 r16042 32 32 return str 33 33 .replace(/&(#(x)?)?([^;]+);/g, function (_, isNumRef, isHex, ref) { 34 console.log([isNumRef, isHex, ref]);35 34 return isNumRef ? String.fromCharCode(parseInt(ref, isHex ? 16 : 10)): 36 35 {"lt":"<","gt":"<","amp":"&"}[ref];
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)