Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6534

Show
Ignore:
Timestamp:
04/17/07 17:10:57 (1 year ago)
Author:
madrobby
Message:

Fix a CHANGELOG typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/CHANGELOG

    r6504 r6534  
    11*SVN* 
    22 
    3 * Prevent a crash on Safari on String.prototyype.stripScripts and extractScripts with large <script> tags.  [Thomas Fuchs] 
     3* Prevent a crash on Safari on String.prototype.stripScripts and extractScripts with large <script> tags.  [Thomas Fuchs] 
    44 
    55* Prevent linefeed normalisation in String.prototype.escapeHTML and unescapeHTML on IE for consistency with other browsers. Speed optimizations for Safari and IE.  [Thomas Fuchs]