fissato bug per URL autore in commenti

This commit is contained in:
cesare 2023-12-20 15:58:49 +01:00
parent 25df11b122
commit da17d16f47
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ function getVersiConCitazioniJson(canticapar='', cantopar=''){
commentsItem['TitoloFonteCitazione'] = item['TitoloFonte'];
commentsItem['VersoCitazione'] = item['Verso'];
if (item['AutoreCitazione']==null){
if (item['AutoreCitazione']==''){
commentsItem['AutoreCitazione'] ='autore'
}