mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
Print character set based on user settings
- print_string("thischarset")
This commit is contained in:
parent
7fc0f9e5e4
commit
ff7f7b1028
@ -50,7 +50,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html style="height: 270px;">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; <?php print_string("thischarset");?>">
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: ButtonFace;
|
||||
|
Loading…
x
Reference in New Issue
Block a user