aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/index.jsp
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2014-03-14 22:28:52 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-04-01 16:59:34 +0200
commit6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19 (patch)
tree71edb2f73b1d0e924ff4a1a98b00f8c0a7efb3a3 /pdf-as-web/src/main/webapp/index.jsp
parent4f1e143c6eac9e1b57b2400bf5b0761a8b072419 (diff)
downloadpdf-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/webapp/index.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/index.jsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp
index eba5db46..82458f77 100644
--- a/pdf-as-web/src/main/webapp/index.jsp
+++ b/pdf-as-web/src/main/webapp/index.jsp
@@ -4,7 +4,7 @@
<title>PDF-Signatur</title>
</head>
<body>
- <form role="form" action="Sign" method="POST"
+ <form action="Sign" method="POST"
enctype="multipart/form-data">
<input type="hidden" name="source" id="source" value="internal" /> <input
type="file" name="pdf-file" id="pdf-file" accept="application/pdf">
@@ -20,7 +20,7 @@
<%
if (WebConfiguration.getLocalBKUURL() != null) {
%>
- <img src="assets/img/onlineBKU.png" /> <input type="submit"
+ <img src="assets/img/onlineBKU.png" /> <button type="submit"
value="bku" name="connector" id="bku">Lokale BKU
</button>
<%