aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/WEB-INF/decorators
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2014-03-14 22:28:52 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-04-01 16:59:34 +0200
commit6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19 (patch)
tree71edb2f73b1d0e924ff4a1a98b00f8c0a7efb3a3 /pdf-as-web/src/main/webapp/WEB-INF/decorators
parent4f1e143c6eac9e1b57b2400bf5b0761a8b072419 (diff)
downloadpdf-as-4-6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19.tar.gz
pdf-as-4-6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19.tar.bz2
pdf-as-4-6a7fcab53bb00b4eb59cc41b1a8de81ab81e2b19.zip
HTML fixes
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF/decorators')
-rw-r--r--pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp b/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp
index 9ed40e30..c16d672a 100644
--- a/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp
+++ b/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp
@@ -5,7 +5,7 @@
<%@page contentType="text/html; charset=UTF-8"%>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
-<meta charset="utf-8" />
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PDF-Signatur" />
@@ -17,9 +17,7 @@
</head>
<body onload="<decorator:getProperty property="body.onload" />">
- <p>
<h3>PDF-Signatur</h3>
- </p>
<p>
<decorator:body></decorator:body>