diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-11-06 15:11:50 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-11-06 15:11:50 +0100 |
commit | 38c6ea7e6014f800a87c72f7bf830a7b4397cbf3 (patch) | |
tree | aafba7a48d22df189decfbdc6e890a8d8c5b6026 /pdf-as-web/src/main/webapp/index.jsp | |
parent | 2b24d452a75bbf180009bd82e177a6280307d22d (diff) | |
download | pdf-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.jsp | 2 |
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> <% |