diff --git a/js/jquery.crossword.js b/js/jquery.crossword.js index 343a06e..ecc1deb 100644 --- a/js/jquery.crossword.js +++ b/js/jquery.crossword.js @@ -191,7 +191,7 @@ } // while we're in here, add clues to DOM! - $('#' + puzz.data[i].orientation).append('
  • ' + puzz.data[i].clue + '
  • '); + $('#' + puzz.data[i].orientation).append('
  • ' + puzz.data[i].clue + '
  • '); } // Calculate rows/cols by finding max coords of each entry, then picking the highest @@ -551,4 +551,4 @@ } -})(jQuery); \ No newline at end of file +})(jQuery);