Changeset 3131 for lang/javascript/blosxom.rhino
- Timestamp:
- 12/14/07 17:22:00 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/blosxom.rhino/ejs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/blosxom.rhino/ejs.js
r3048 r3131 50 50 var map = { "&" : "&", "<" : "<" , ">" : ">"}; 51 51 return str.replace(/[&<>]/g, function (m) { 52 return map (m);52 return map[m]; 53 53 }); 54 54 };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)