2
0
Fork 0
This commit is contained in:
Alex Kotov 2023-03-25 21:39:01 +04:00
parent 2e5c84868c
commit 30af3f8408
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ window.leqsikoni = {
html += '<div><h2>Комментарий</h2><p>' + commentary + '</p></div>'
}
if (inflections) {
html += '<div><h2>Inflectioons</h2><div>' + inflections + '</div></div>'
html += '<div><h2>Inflections</h2><div>' + inflections + '</div></div>'
}
if (examples) {
html +=