diff --git a/index.html b/index.html index adda98daf..b3d5102a3 100644 --- a/index.html +++ b/index.html @@ -2370,7 +2370,7 @@
_.escape(string)
_.escape('Curly, Larry & Moe'); @@ -2381,7 +2381,7 @@Utility Functions
The opposite of escape, replaces &, <, >, - ", ` and ' + ", ` and ' with their unescaped counterparts.