fissato bug per URL autore in commenti
This commit is contained in:
parent
25df11b122
commit
da17d16f47
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue