From 35005ade4bcf02d5238ae4d7e2c5b63b501f7f22 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Dec 2014 17:32:27 -0800 Subject: html5-entities.js: put object property 'in' in quotes. ...this is a JS keyword, and at least IE8 gets confused by it in this context. --- js/lib/html5-entities.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/lib/html5-entities.js b/js/lib/html5-entities.js index 4a7099f..b258b19 100644 --- a/js/lib/html5-entities.js +++ b/js/lib/html5-entities.js @@ -739,7 +739,7 @@ var entities = { imped: 437, Implies: 8658, incare: 8453, - in: 8712, + 'in': 8712, infin: 8734, infintie: 10717, inodot: 305, -- cgit v1.2.3