aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/resources
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-02-05 10:30:30 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-02-05 10:30:30 +0100
commita8183a22b3a5bd9b062a1cded09a75ec8fa3be8e (patch)
tree5f1ec1ebc6fc343eacd85212efff1655316af250 /pdf-as-web/src/main/resources
parentfe8409ea3ebbb34058eeb5c2f0a6977b8a421686 (diff)
downloadpdf-as-4-a8183a22b3a5bd9b062a1cded09a75ec8fa3be8e.tar.gz
pdf-as-4-a8183a22b3a5bd9b062a1cded09a75ec8fa3be8e.tar.bz2
pdf-as-4-a8183a22b3a5bd9b062a1cded09a75ec8fa3be8e.zip
Fixed signature data hash verification, Pdf Download document name
Diffstat (limited to 'pdf-as-web/src/main/resources')
-rw-r--r--pdf-as-web/src/main/resources/template_provide.html2
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>