Now doc index uses current_charset()

TODO: Modif. to document_file() to support both 1.6 lang packs and
      having them stored in moodledata!!!

Merged from MOODLE_16_UTF8. Abandoning the branch.
This commit is contained in:
stronk7
2006-01-05 13:34:31 +00:00
parent 7af4b62b57
commit 4ec4f25c7d
+1 -1
View File
@@ -41,7 +41,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php print_string("documentation")?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php print_string("thischarset") ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo current_charset(); ?>" />
</head>
<frameset rows="70,*">