From 8aaf35c6e1da8d49e1c36d9b691ae00fb3730804 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 10 Jun 2014 10:24:54 +0200 Subject: process locale Parameter and provide it to BKU --- pdf-as-web/src/main/webapp/index.jsp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pdf-as-web/src/main/webapp/index.jsp') diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 42f2a168..d8729e8f 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -7,8 +7,8 @@
- + + <% if (request.getAttribute("FILEERR") != null) { %> @@ -60,6 +60,12 @@ <% } %> + + +

Version: <%= PdfAsHelper.getVersion() %> - <%= PdfAsHelper.getSCMRevision() %>

-- cgit v1.2.3