diff options
Diffstat (limited to 'pdf-as-web/src/main/resources/template_provide.html')
-rw-r--r-- | pdf-as-web/src/main/resources/template_provide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/resources/template_provide.html b/pdf-as-web/src/main/resources/template_provide.html index d0bb41ac..5ba884a8 100644 --- a/pdf-as-web/src/main/resources/template_provide.html +++ b/pdf-as-web/src/main/resources/template_provide.html @@ -4,6 +4,6 @@ <title>Provide PDF</title> </head> <body> -PDF ready @: <a href="##PDFDATAURL##">here</a> +PDF ready @: <a href="##PDFDATAURL##" download>here</a> </body> </html> |