X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fa47b427173cfffa0080d4612e4e7819d5071a79..8b7138baf6e7be3d9184c97c4f6525459ab1af40:/latinsample.js diff --git a/latinsample.js b/latinsample.js index a3ce6db..406cac1 100644 --- a/latinsample.js +++ b/latinsample.js @@ -39,7 +39,7 @@ function appendsample() { else if (cols[28] && i && col == input.charCodeAt(i - 1) - 64) { col = 28; // repetition char } - if (row.id == 'sütterlin' && col == 19) { + if (row.id == 'suetterlin' && col == 19) { var final = input.length == i + 1 || input[i + 1] == ' '; output += cols[col].split(' ')[final ? 1 : 0]; } @@ -47,7 +47,7 @@ function appendsample() { output += '' + (cols[col] || ' ') + ''; } else { - output += ' '; + output += ' '; } if (row.parentNode.tagName == 'THEAD') { output += col < 26 ? ' ' : '· '; // number separator