revert change in main.pt, makes problems with relative URLs
This commit is contained in:
parent
34d65623ad
commit
813299d358
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<link rel="icon" type="image/png"
|
<link rel="icon" type="image/png"
|
||||||
tal:attributes="href string:${resourceBase}favicon.png" />
|
tal:attributes="href string:${resourceBase}favicon.png" />
|
||||||
|
|
||||||
<base href="." tal:attributes="href view/requestUrl">
|
<base href="." tal:attributes="href request/URL">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="tundra"
|
<body class="tundra"
|
||||||
|
|
Loading…
Add table
Reference in a new issue