--- a/web/views/basetemplates.py Thu Mar 10 11:58:57 2011 +0100
+++ b/web/views/basetemplates.py Thu Mar 10 12:03:37 2011 +0100
@@ -156,7 +156,7 @@
lang = self._cw.lang
self.write_doctype()
# explictly close the <base> tag to avoid IE 6 bugs while browsing DOM
- w(u'<base href="%s"></base>' % xml_escape(self._cw.base_url()))
+ self._cw.html_headers.define_var('BASE_URL', self._cw.base_url())
w(u'<meta http-equiv="content-type" content="%s; charset=%s"/>\n'
% (content_type, self._cw.encoding))
w(u'\n'.join(additional_headers) + u'\n')