[Seaside] [BUG][FIX] String>>seaEscapeHtml

Avi Bryant avi@beta4.com
Sun, 24 Mar 2002 14:36:28 -0800 (PST)


On Sun, 24 Mar 2002, Alain Fischer wrote:

> If you try to evaluate: "(String with: 0 asCharacter) seaEscapeHtml",
> you get a Walkback. To fix this, I have modified the method:
> - at the end: (entities at: c asciiValue) -> (entities at: c
> asciiValue + 1)
> - added an empty string at the begining of entities array

Excellent, thank you.  The fix is in SSVS.