Solved small bug introduced in lat revision. My fault. :-(

This commit is contained in:
stronk7
2006-01-20 10:43:44 +00:00
parent 698184d779
commit 09f972719b
+1 -1
View File
@@ -342,7 +342,7 @@ if ($nextstage == SAVE) {
<head>
<link rel="shortcut icon" href="theme/standard/favicon.ico" />
<title>Moodle Install</title>
<meta http-equiv="content-type" content="text/html; charset=<?php current_charset() ?>" />
<meta http-equiv="content-type" content="text/html; charset=<?php p(current_charset()) ?>" />
<?php css_styles() ?>
</head>