creating a link like:
a [ class "align-center", href "/static/certificate/file.pdf", download "" ] [ Icons.print, span [] [ text "AVETTA" ] ] will create the unwanted event.
if we provide the filename in download attribute like download "myFile.pdf" it will download the file.