[ZO-Coll] [ZOC] 47/ 4 Comment "double <head> in nzo-start-page"
Collector: Zope.org (the ...
zope-web@zope.org
Mon, 06 May 2002 02:14:27 -0400
Issue #47 Update (Comment) "double <head> in nzo-start-page"
Status Accepted, skin/bug low
To followup, visit:
http://collector.zope.org/ZopeOrg/47
==============================================================
= Comment - Entry #4 by robertr on May 6, 2002 2:14 am
Looks like that bug comes from a
<body metall:fill-slot="main"><body>
tag. I hope I have hunted down all occurences.
Robert
________________________________________
= Assign - Entry #3 by sidnei on Apr 26, 2002 10:14 am
Supporters added: sidnei
________________________________________
= Assign - Entry #2 by sidnei on Apr 26, 2002 10:13 am
Status: Pending => Accepted
Supporters added: robertr
________________________________________
= Request - Entry #1 by mjablonski on Apr 23, 2002 4:27 pm
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...;-)
==============================================================