diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF')
-rw-r--r-- | pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp | 4 |
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> |