diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-11-20 05:07:35 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-11-20 05:07:35 +0000 |
commit | b18a1f477830274e2487fd0564d795dbbf386eb7 (patch) | |
tree | b04d3bcfade112c2676a3ab63b0d2db4770048a5 /themes | |
parent | 604e58346bdbb99fa62f53aa21d37f0d239b93fc (diff) |
Content type and character encoding should be defined before <title>
Diffstat (limited to 'themes')
-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 b698a157..1f744eba 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -3,8 +3,8 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title><?= _("Browse Photos") ?> :: <?= $item->title ?></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title><?= _("Browse Photos") ?> :: <?= $item->title ?></title> <link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>" media="screen,print,projection" /> <link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/base-min.css") ?>" |