- Specified the charset such that the administration pages would validate.

Is this an OK thing to do?
4.2.x
Dries Buytaert 2003-05-13 21:36:57 +00:00
parent 460b902d70
commit 8d50bab9f9
1 changed files with 1 additions and 0 deletions

View File

@ -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">