diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 17:32:27 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 17:32:27 -0800 |
commit | 35005ade4bcf02d5238ae4d7e2c5b63b501f7f22 (patch) | |
tree | f6cc24e11f38f331a728cd3e14f6431db0608ac4 /js | |
parent | bbaf30eafa5530dc9a9b6d2c476403eadfb20423 (diff) |
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.
Diffstat (limited to 'js')
-rw-r--r-- | js/lib/html5-entities.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |