From b3b273b8ef9927c99fe582ddd9553cc0dca9e46f Mon Sep 17 00:00:00 2001 From: tknall Date: Mon, 21 Feb 2011 22:50:18 +0000 Subject: minor bug fixed git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@773 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp') diff --git a/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp b/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp index 72edfac..1c725d8 100644 --- a/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp +++ b/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp @@ -23,7 +23,7 @@ String sbKZ; String sbID; String sbMetaValue; - if ("SIGNATURBLOCK_DE".equals(type)) { + if (type != null && type.indexOf("_DE") != -1) { sbValue = "Signaturwert"; sbLabel = "signatur-logo_de-100.png"; sbMetaValue = "Informationen zur Prüfung der elektronischen Signatur und des Ausdrucks finden Sie unter: "; -- cgit v1.2.3