And chat is using current_charset() too.

Merged from MOODLE_16_UTF8. Abandoning the branch.
This commit is contained in:
stronk7 2006-01-05 16:31:29 +00:00
parent a1c967cc73
commit b49f9e8932
3 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php echo get_string('thischarset'); ?>" />
<meta http-equiv="content-type" content="text/html; charset=<?php echo current_charset(); ?>" />
<title>
<?php echo "$strchat: $course->shortname: ".format_string($chat->name,true)."$groupname" ?>
</title>