diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-01-18 10:14:45 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-01-18 10:14:45 +0000 |
commit | 523a81cf86239f3c7d3bbb212dad2c779951ecba (patch) | |
tree | c7320d8b006c2a3757f6e97e199abb9797bb2eeb /src/main/webapp/jsp/SIGNATURBLOCK.jsp | |
parent | 311b517c4b3111807d750cdd2f6d6d0765d91806 (diff) | |
download | pdf-as-3-523a81cf86239f3c7d3bbb212dad2c779951ecba.tar.gz pdf-as-3-523a81cf86239f3c7d3bbb212dad2c779951ecba.tar.bz2 pdf-as-3-523a81cf86239f3c7d3bbb212dad2c779951ecba.zip |
- bug fixed (new method v1.2.0 was not accepted by web verification connector)
- minor bugs fixed in error.jsp
- updating SIGNATURBLOCK.jsp (-> v1.2.0)
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@555 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp/jsp/SIGNATURBLOCK.jsp')
-rw-r--r-- | src/main/webapp/jsp/SIGNATURBLOCK.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/jsp/SIGNATURBLOCK.jsp b/src/main/webapp/jsp/SIGNATURBLOCK.jsp index dc21f9a..336365b 100644 --- a/src/main/webapp/jsp/SIGNATURBLOCK.jsp +++ b/src/main/webapp/jsp/SIGNATURBLOCK.jsp @@ -86,7 +86,7 @@ <td class="pdfasvalue">
<div class="pdfasnobreak">urn:pdfsigfilter:</div>
<div class="pdfasnobreak">bka.gv.at:</div>
- <div class="pdfasnobreak"><%= FormFields.VALUE_MODE_TEXTUAL.equals(mode) ? "text" : "binaer" %>:v1.1.0</div>
+ <div class="pdfasnobreak"><%= FormFields.VALUE_MODE_TEXTUAL.equals(mode) ? "text:v1.2.0" : "binaer:v1.1.0" %></div>
</td>
</tr>
<tr>
|