# HG changeset patch # User RĂ©mi Cardona # Date 1400840812 -7200 # Node ID 23bad0114b841b8b8a1a111fdb3a470a549f5b16 # Parent b2e47617a94ea2ae95ac246b44e8ed18a884abdb [basetemplate] Remove misleading comment The tag was removed in commit 8bf2337a6f3b back in 2011. diff -r b2e47617a94e -r 23bad0114b84 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 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'\n'