diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-13 21:36:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-13 21:36:57 +0000 |
commit | 8d50bab9f9aac2b8c21dde1f2163e64760c21c1d (patch) | |
tree | c558ba1fcdf2911f1a90431e49df19294633d159 | |
parent | 460b902d70c71185a95679d39c1210b661771ac1 (diff) | |
download | brdo-8d50bab9f9aac2b8c21dde1f2163e64760c21c1d.tar.gz brdo-8d50bab9f9aac2b8c21dde1f2163e64760c21c1d.tar.bz2 |
- Specified the charset such that the administration pages would validate.
Is this an OK thing to do?
-rw-r--r-- | modules/admin.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin.module b/modules/admin.module index abe7dfbfc..06649991a 100644 --- a/modules/admin.module +++ b/modules/admin.module @@ -35,6 +35,7 @@ function admin_page() { <html> <head> <title><?php echo variable_get("site_name", "drupal") . " " . t("administration pages"); ?></title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <base href="<?php echo "$base_url/" ?>" /> <link rel="stylesheet" type="text/css" media="print" href="misc/print.css" /> <style type="text/css" title="layout" media="Screen"> |