diff options
Diffstat (limited to 'themes/admin_default/views')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 721c4dd5..b7cfaa40 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -31,7 +31,7 @@      <?= $theme->admin_head() ?>    </head> -  <body <?= $theme->main_element_attributes() ?>> +  <body <?= $theme->body_attributes() ?>>      <?= $theme->admin_page_top() ?>      <? if ($sidebar): ?>      <div id="doc3" class="yui-t5 gView">  | 
