suppress base tag on pages - leads to bug in dojo with IE

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1397 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-10-09 13:47:37 +00:00
parent d21b4a8f80
commit 5ef2313e82

View file

@ -27,6 +27,8 @@
<link rel="icon" type="image/png"
tal:attributes="href string:${resourceBase}favicon.png" />
<base href="." tal:attributes="href view/url|string:">
</head>
<body tal:content="structure body" />