From 8bee9f3728f63fbbd882a225c2c0d91c9ca88a70 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 6 Aug 2009 15:17:07 -0700 Subject: [PATCH] table fiddling --- j/dip3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {