diff --git a/conjugation/drill.js b/conjugation/drill.js index 909a2ce..7bb080b 100755 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -474,7 +474,7 @@ function updateHistoryView(log) { tr.append(td3); if (entry.correct) { - td3.append(""); + td3.append(""); } else { td3.append(" ×"); }