- Specified the charset such that the administration pages would validate.
Is this an OK thing to do?4.2.x
parent
460b902d70
commit
8d50bab9f9
|
@ -35,6 +35,7 @@ function admin_page() {
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title><?php echo variable_get("site_name", "drupal") . " " . t("administration pages"); ?></title>
|
<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/" ?>" />
|
<base href="<?php echo "$base_url/" ?>" />
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="misc/print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="misc/print.css" />
|
||||||
<style type="text/css" title="layout" media="Screen">
|
<style type="text/css" title="layout" media="Screen">
|
||||||
|
|
Loading…
Reference in New Issue