changeset 9778 | 23bad0114b84 |
parent 9709 | d60dc7e03a45 |
child 10322 | d7c33cbdce8b |
child 11234 | 558e5a6d1ec3 |
--- a/web/views/basetemplates.py Wed May 28 14:48:09 2014 +0200 +++ b/web/views/basetemplates.py Fri May 23 12:26:52 2014 +0200 @@ -176,7 +176,6 @@ w = self.whead lang = self._cw.lang self.write_doctype() - # explictly close the <base> tag to avoid IE 6 bugs while browsing DOM self._cw.html_headers.define_var('BASE_URL', self._cw.base_url()) self._cw.html_headers.define_var('DATA_URL', self._cw.datadir_url) w(u'<meta http-equiv="content-type" content="%s; charset=%s"/>\n'