diff --git a/conjugation/drill.js b/conjugation/drill.js index 731cee9..5a1474c 100755 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -605,7 +605,7 @@ function updateHistoryView(log) { var tr = $('
'); var td1 = $('
'); - var td2 = $('
'); + var td2 = $('
'); td1.html((index + 1) + ". " + entry.question + ".");