diff options
author | plegall <plg@piwigo.org> | 2006-06-13 20:16:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-06-13 20:16:31 +0000 |
commit | d2f1e0a64f7479469cbdb7496b07ca3e6ab82ecd (patch) | |
tree | 995b26b20d257042ce490b080b3d8c7c6050cc9a /template/yoga/header.tpl | |
parent | 0535c346daf1bfc277de4c47bfb6d4d84545c421 (diff) |
bug 401 fixed: CSS identifier "theHeader" should not be part of the
parameter value.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1345 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index d432d7b63..280d011a2 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -30,4 +30,4 @@ the "text/nonsense" prevents gecko based browsers to load it --> <body id="{BODY_ID}"> <div id="the_page"> -{PAGE_BANNER} +<div id="theHeader">{PAGE_BANNER}</div> |