diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 19:34:52 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 19:34:52 -0700 |
| commit | d0a9d39c6aeec8f78bf8df3b55780b4bec9b8d18 (patch) | |
| tree | 92407184459e2c2fcb12360880bb1358caa0e48e /themes/default | |
| parent | 7e61bcbbecefb6b12343a8c6d3f700d282a3528b (diff) | |
| parent | e5d273e929b630ab86ce31bf75c3e0fa3064ced0 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes/default')
| -rw-r--r-- | themes/default/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 6c77fb72..0c84129f 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -54,7 +54,7 @@ <?= $theme->head() ?> </head> - <body <?= $theme->main_element_attributes() ?>> + <body <?= $theme->body_attributes() ?>> <?= $theme->page_top() ?> <div id="doc4" class="yui-t5 gView"> <?= $theme->site_status() ?> |
