revert change in main.pt, makes problems with relative URLs

This commit is contained in:
Helmut Merz 2016-06-10 12:35:28 +02:00
parent 34d65623ad
commit 813299d358

View file

@ -34,7 +34,7 @@
<link rel="icon" type="image/png"
tal:attributes="href string:${resourceBase}favicon.png" />
<base href="." tal:attributes="href view/requestUrl">
<base href="." tal:attributes="href request/URL">
</head>
<body class="tundra"