diff --git a/index.html b/index.html index 569a89430..6054d1ae2 100644 --- a/index.html +++ b/index.html @@ -1605,7 +1605,7 @@
_.escape(string)
_.escape('Curly, Larry & Moe'); @@ -1616,7 +1616,7 @@Utility Functions
The opposite of escape, replaces &, <, >, - ", ', and / + ", and ' with their unescaped counterparts.