[basetemplate] Remove misleading comment
The <base> tag was removed in commit 8bf2337a6f3b back in 2011.
--- 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'