diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-03-15 19:02:10 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-03-15 19:02:10 +0000 |
commit | 88317cd2d55377e0718c1509fb41f2160a1c2ced (patch) | |
tree | 49108f62315e5ecfcdae82c9a36b490dacb7ab13 /web | |
parent | 223c853b2b7ac7fe2af09ca43c6e2f85c0d5e3f8 (diff) |
replace curly quotes with entities
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index 24970a3fe..00583edce 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -19,7 +19,7 @@ function position_map_box() { if (1 || ! $('#occ-map-instructions').count) { $('#map_box').after("<div id='occ-map-instructions'><p>" + - "Click on a pin and then on the “details” link to see an individual report detail.</p></div>"); + "Click on a pin and then on the “details” link to see an individual report detail.</p></div>"); } var mb_y = $('#map_box').position().top + map_box_height ; $('#occ-map-instructions').show().css({ |