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:
parent
d21b4a8f80
commit
5ef2313e82
1 changed files with 2 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue