diff options
Diffstat (limited to 'themes/default/views')
| -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() ?>  | 
