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/default/views | |
| parent | 329bd8caa126040ba7abaf28e8f76e0b6739ceff (diff) | |
Preliminary BiDi support (needs *a lot* of tweaking)
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 5e7101e1..6c77fb72 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -54,7 +54,7 @@ <?= $theme->head() ?> </head> - <body> + <body <?= $theme->main_element_attributes() ?>> <?= $theme->page_top() ?> <div id="doc4" class="yui-t5 gView"> <?= $theme->site_status() ?> |
