diff zpt/viewer_images.zpt @ 514:c55e376be01b

search works even with unicode...
author casties
date Tue, 28 Feb 2012 19:46:37 +0100
parents 92a6443a6f16
children 0b8bed1223ad
line wrap: on
line diff
--- a/zpt/viewer_images.zpt	Tue Feb 28 19:10:08 2012 +0100
+++ b/zpt/viewer_images.zpt	Tue Feb 28 19:46:37 2012 +0100
@@ -5,7 +5,7 @@
               tocMode pageinfo/tocMode; viewerUrl docinfo/viewerUrl;
               numPages docinfo/numPages | nothing; dlBaseUrl docinfo/digilibBaseUrl | nothing;">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <title
     tal:content="python:docinfo.get('creator',' ') + ' - ' + docinfo.get('title',' ')" />
   <link rel="stylesheet" href="template/docuviewer_css" type="text/css" />