diff zpt/viewer_main.zpt @ 38:025d3b6cba51

fixes by dirk
author casties
date Tue, 13 Jun 2006 17:10:35 +0200
parents 0bf5aac0ff41
children 6b5b153209bd
line wrap: on
line diff
--- a/zpt/viewer_main.zpt	Wed Apr 12 20:53:00 2006 +0200
+++ b/zpt/viewer_main.zpt	Tue Jun 13 17:10:35 2006 +0200
@@ -1,6 +1,7 @@
 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
 <head>
 <link rel="stylesheet" href="template/docuviewer_css" type="text/css">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>
 <body tal:condition="docinfo/numPages">
 <div tal:replace="structure python:here.template.head_main(docinfo=docinfo)"/>