[basetemplate] Remove misleading comment
authorRémi Cardona <remi.cardona@logilab.fr>
Fri, 23 May 2014 12:26:52 +0200
changeset 9778 23bad0114b84
parent 9777 b2e47617a94e
child 9779 3f1685ac2f16
[basetemplate] Remove misleading comment The <base> tag was removed in commit 8bf2337a6f3b back in 2011.
web/views/basetemplates.py
--- 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'