diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-06-06 15:24:14 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-06 15:24:14 -0700 |
| commit | 0e415dae9b29d792f631d3b94349086b8094c920 (patch) | |
| tree | edc30275caff571f2d447dd517f42d94fb3e38d7 /themes/admin_default/views | |
| parent | 329bd8caa126040ba7abaf28e8f76e0b6739ceff (diff) | |
Preliminary BiDi support (needs *a lot* of tweaking)
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 63ff3ac7..5f6e3457 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> + <body <?= $theme->main_element_attributes() ?>> <?= $theme->admin_page_top() ?> <? if ($sidebar): ?> <div id="doc3" class="yui-t5 gView"> |
