summaryrefslogtreecommitdiffstats
path: root/app/views/layouts/base.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/base.rhtml')
-rw-r--r--app/views/layouts/base.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index 5f85c78f8..bdaddcb3b 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -18,6 +18,7 @@
<!-- page specific tags --><%= yield :header_tags %>
</head>
<body>
+<div id="wrapper">
<div id="top-menu">
<div id="account">
<% if User.current.logged? %>
@@ -75,5 +76,6 @@
<div id="footer">
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> <%= Redmine::VERSION %> &copy; 2006-2007 Jean-Philippe Lang
</div>
+</div>
</body>
</html>