mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
And chat is using current_charset() too.
Merged from MOODLE_16_UTF8. Abandoning the branch.
This commit is contained in:
parent
a1c967cc73
commit
b49f9e8932
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue