You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of (regexp) search/replace in html strings, this should really be done on the parse tree as it's easy to get wrong (and indeed does go wrong currently).
There is a lot of (regexp) search/replace in html strings, this should really be done on the parse tree as it's easy to get wrong (and indeed does go wrong currently).