[Zope3-Users] header trouble

Axel Müller axel.mueller at amit-services.de
Sun Sep 30 17:22:20 EDT 2007


Hi all, 

I have written the line '<meta http-equiv="Content-Type" 
content="text/html; charset=utf-8"/>' in the header of my main 
skin-file but it does'nt show up in the browser. The lines above and 
below this one are displayed. 

I can't find out what's wrong with my headers. Any suggestions?

---------------------------------
<metal:block xmlns:metal="http://xml.zope.org/namespaces/metal"
    metal:define-macro="page" >
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TRxhtml1/DTD/xhtml1-trnsitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:tal="http://xml.zope.org/namespaces/tal">
<head metal:define-macro="head">
<meta http-equiv="expires" content="43200"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="Revisit-after" content="10 days"/>
...

...
</head>

Thanks,
Axel
-- 
axel.mueller at amit-services.de
http://www.amit-services.de
tel (06322) 680 668
fax (06322) 680 666
mobil 0160 973 483 27
gpg-id: AADE7CDF
jabber-id: axelm at jabber.ccc.de


More information about the Zope3-users mailing list