bug fix pop up window forme

This commit is contained in:
cesare 2025-02-21 13:03:52 +01:00
parent bae04cb5ee
commit 4bbd451b9c
1 changed files with 1 additions and 1 deletions

View File

@ -2259,7 +2259,7 @@ diatesi= [a|p] {if (text()=='a') return ' Attivo'; else return ' Passivo';}
transitivita=[i|t]? {if (text()=='t') return ' Transitivo'; else if (text()=='i') return ' Intransitivo';}
impersonalita=([*|+])? {if (text()=='*') return ' Impersonale'; else if (text()=='+')return ' Riflessivo';}
impersonalita=([*|+])* {if (text()=='*') return ' Impersonale'; else if (text()=='+')return ' Riflessivo';}
coniugazione=[1|2|3|4|5]? {switch(parseInt(text())){
case(1): return ' Prima coniugazione';