Skip to content
Snippets Groups Projects
Commit b4ae6873 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: explicitely set encoding of start page to make sure it's displayed correctly in the browser

parent c5fcd32d
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,10 @@
block: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
</head>
<body>
<h2>PDF/A-Webservice</h2>
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment