diff --git a/index.html b/index.html index adda98daf..b3d5102a3 100644 --- a/index.html +++ b/index.html @@ -2370,7 +2370,7 @@

Utility Functions

escape_.escape(string)
Escapes a string for insertion into HTML, replacing - &, <, >, ", `, and ' characters. + &, <, >, ", `, and ' characters.

 _.escape('Curly, Larry & Moe');
@@ -2381,7 +2381,7 @@ 

Utility Functions


The opposite of escape, replaces &amp;, &lt;, &gt;, - &quot;, &#96; and &#x27; + &quot;, &#x60; and &#x27; with their unescaped counterparts.