alt text now in between double quotation marks

This commit is contained in:
sejo 2021-12-02 11:36:28 -06:00
parent a43decde72
commit b797614a4e
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ NR == 1{
appendContenido("<gallery>")
modo_galeria = 1
}
appendContenido("<img src='"$1"' alt='"texto"' loading='lazy'/>")
appendContenido("<img src='"$1"' alt=\""texto"\" loading='lazy'/>")
}
# si el path no es imagen y es .gmi
else if( match($1, /gmi$/) ){