[ZWeb] template-bug on nzo-homepage?

Maik Jablonski maik.jablonski@uni-bielefeld.de
Tue, 23 Apr 2002 14:35:21 +0200


hi,

something must be wrong with the page-template for the home-page
http://new.zope.org:15080/ZopeOrg/

there's a second <head>...</head> in the middle of the page... should be no
problem for most browsers at all, but...;-)

<html>
<head>
...
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"
      marginwidth="0" marginheight="0">

...

<head>
<title>Home Page</title>
</head>

<body>
...

another little one: the breadcrumb is not aligned to the main-text on the
home-page. looks a little bit nervous for a start-page...;-)

-maik