diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-03-14 22:28:52 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-04-01 16:59:34 +0200 |
commit | 6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19 (patch) | |
tree | 71edb2f73b1d0e924ff4a1a98b00f8c0a7efb3a3 /pdf-as-web/src/main/resources | |
parent | 4f1e143c6eac9e1b57b2400bf5b0761a8b072419 (diff) | |
download | pdf-as-4-6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19.tar.gz pdf-as-4-6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19.tar.bz2 pdf-as-4-6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19.zip |
HTML fixes
Diffstat (limited to 'pdf-as-web/src/main/resources')
-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 5ba884a8..5581f263 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##" download>here</a> +PDF ready @: <a href="##PDFDATAURL##">download here</a> </body> </html> |