diff --git a/j/dip3.js b/j/dip3.js index a902c0d..a762d47 100644 --- a/j/dip3.js +++ b/j/dip3.js @@ -146,7 +146,7 @@ $(document).ready(function() { var refs = $(this).find("a:not([href])"); refs.each(function(i) { var li = ol.find("li:nth-child(" + (i+1) + ")"); - s += "&#x" + (parseInt('2460', 16) + i).toString(16) + ";" + li.html() + ""; + s += "&#x" + (parseInt('2460', 16) + i).toString(16) + ";" + li.html() + ""; }); ol.replaceWith("" + s + "
"); refs.each(function(i) {