aboutsummaryrefslogtreecommitdiff
path: root/webapp/jsp/verifyupload.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/jsp/verifyupload.jsp')
-rw-r--r--webapp/jsp/verifyupload.jsp6
1 files changed, 4 insertions, 2 deletions
diff --git a/webapp/jsp/verifyupload.jsp b/webapp/jsp/verifyupload.jsp
index c12fb25..a33883d 100644
--- a/webapp/jsp/verifyupload.jsp
+++ b/webapp/jsp/verifyupload.jsp
@@ -1,4 +1,5 @@
<%@ page import="at.knowcenter.wag.egov.egiz.web.FormFields" %>
+<%@ page contentType="text/html; charset=UTF-8" %>
<%
boolean freetext_entry = false;
String parameter_freetext = (String)request.getParameter(FormFields.PARAMETER_FREE_TEXT_ENTRY);
@@ -10,6 +11,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PDF-AS Amtssignaturen</title>
<link rel="stylesheet" type="text/css" href="/pdf-as/css/styles.css" />
</head>
@@ -29,7 +31,7 @@
{
%>
<div>Vollst&auml;ndiger Dokumenttext:</div>
-<textarea class="previewfield" cols="80" rows="14" name="<%= FormFields.FIELD_UPLOAD %>">Hier bitte den vollständigen Dokumenttext samt Signaturblock eingeben.</textarea>
+<textarea class="previewfield" cols="80" rows="14" name="<%= FormFields.FIELD_UPLOAD %>">Hier bitte den vollständigen Dokumenttext samt Signaturblock eingeben.</textarea>
<br />
<%
}
@@ -92,7 +94,7 @@
</form>
</div>
-<a class="big" href="/pdf-as/">zurück</a>
+<a class="big" href="/pdf-as/">zurück</a>
</div>
</body>
</html> \ No newline at end of file