aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/index.jsp
diff options
context:
space:
mode:
authorbschnalzer <bianca.schnalzer@egiz.gv.at>2017-11-06 15:11:50 +0100
committerbschnalzer <bianca.schnalzer@egiz.gv.at>2017-11-06 15:11:50 +0100
commit38c6ea7e6014f800a87c72f7bf830a7b4397cbf3 (patch)
treeaafba7a48d22df189decfbdc6e890a8d8c5b6026 /pdf-as-web/src/main/webapp/index.jsp
parent2b24d452a75bbf180009bd82e177a6280307d22d (diff)
downloadpdf-as-4-38c6ea7e6014f800a87c72f7bf830a7b4397cbf3.tar.gz
pdf-as-4-38c6ea7e6014f800a87c72f7bf830a7b4397cbf3.tar.bz2
pdf-as-4-38c6ea7e6014f800a87c72f7bf830a7b4397cbf3.zip
Updated PDFA Preflight Parser and Validation, placeholder issues, PDF-AS-WEB issues
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/index.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp
index ae3ef88d..bc20936e 100644
--- a/pdf-as-web/src/main/webapp/index.jsp
+++ b/pdf-as-web/src/main/webapp/index.jsp
@@ -21,7 +21,7 @@
<%
if (WebConfiguration.getLocalBKUURL() != null) {
%>
- <img src="assets/img/onlineBKU.png" /> <button type="submit"
+ <img src="assets/img/localBKU.png" /> <button type="submit"
value="bku" name="connector" id="bku">Lokale BKU
</button>
<%