diff --git a/lodash.js b/lodash.js index 4b31aba50..9a2524a74 100644 --- a/lodash.js +++ b/lodash.js @@ -194,10 +194,10 @@ * See [Mathias' article](http://mathiasbynens.be/notes/ambiguous-ampersands) * (under "semi-related fun fact") for more details. * - * Backticks are escaped because in Internet Explorer < 9, they can be used - * to break out of attribute values or HTML comments. See - * , , and - * for more details. + * Backticks are escaped because in Internet Explorer < 9, they can be used to + * break out of attribute values or HTML comments. See [#102](http://html5sec.org/#102), + * [#108](http://html5sec.org/#108), and [#133](http://html5sec.org/#133) of + * the [HTML5 Security Cheatsheet](http://html5sec.org/) for more details. */ var htmlEscapes = { '&': '&',