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:
+1
-1
@@ -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,*">
|
||||
|
||||
Reference in New Issue
Block a user