- 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>
|
||||
<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">
|
||||
|
|
Loading…
Reference in New Issue