cskr/grasshopper

template escaping

Closed this issue · 2 comments

It looks like the part of escapeCode that replaces apostrophes doesn't work properly.

string.replace just replaces the first occurrence of the apostrophe within a string, so the first one gets escaped but none of the rest do.

cskr commented

Thanks for the report. It is fixed in d525853.

Thanks!