[Zope] <base href="http://mydomain.dk" />
   
    Preben Mikael Bohn
     
    preben@chin.dk
       
    Mon, 23 Sep 2002 18:01:26 +0200 (CEST)
    
    
  
Hi all, I'm using Zope behind apache, using a virtual host monster.
I have put a <dtml-var index.html> in my index_html.
Everything works fine, but I just tried to validate my webpages using
www.w3.org's validator, and it came out with an error...
When I go into http://mydomain.dk/ Zope inserts a
<base href="http://mydomain.dk/" />
in the <HEAD> section, which is wrong HTML (I think the "/" is illegal)
If I go to http://mydomain.dk/index.html no base tag is inserted.
Can anyone tell me what I am doing wrong?
Best regards Preben