diff options
author | plegall <plg@piwigo.org> | 2010-06-03 18:59:29 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-06-03 18:59:29 +0000 |
commit | cb00a22449e6f83c58da275dfcc5984b6100b964 (patch) | |
tree | a860fcdbeadefcaec8d3dc2c59215d1751455784 /themes | |
parent | cf5075e774b87b8b5e2419e1cf567cb838580afd (diff) |
feture 1712 : backmerge r6454, useless feature. It can be done another way
without changing core code.
git-svn-id: http://piwigo.org/svn/branches/2.1@6460 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 3a700aa59..807196312 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -53,7 +53,7 @@ </head> -<body id="{$BODY_ID}" {if isset($BODY_CLASS)}class="{$BODY_CLASS}"{/if}> +<body id="{$BODY_ID}"> <div id="the_page"> {if not empty($header_msgs)} |