posted on November 2, 2018
•
Show version history
I am trying to create a download link in forms using the syntax <a href="link" download></a>
I write this code and save it, when I return to look at why it is not working, some automated system updated my code to this.
<a href="link" download=""></a>
The extra ="" is not valid. Everytime I update my code, it gets changed, what is happening here? I can't create the download code.
0
0