diff rhodecode/templates/base/base.html @ 1165:c5af1d3c861f rhodecode-0.0.1.1.6

changes for rhodecode release 1.1.6
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Mar 2011 22:34:13 +0100
parents dbdf19bf8689
children 8363b0d20c41
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Fri Mar 18 19:09:41 2011 +0100
+++ b/rhodecode/templates/base/base.html	Mon Mar 21 22:34:13 2011 +0100
@@ -1,6 +1,6 @@
 ## -*- coding: utf-8 -*-
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" id="mainhtml">
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <title>${next.title()}</title>
     <link rel="icon" href="${h.url('/images/icons/database_gear.png')}" type="image/png" />