]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing charset setting.
authorjulmis <julmis>
Tue, 11 Nov 2003 23:19:39 +0000 (23:19 +0000)
committerjulmis <julmis>
Tue, 11 Nov 2003 23:19:39 +0000 (23:19 +0000)
lib/editor/popups/dlg_ins_char.php
lib/editor/popups/dlg_ins_smile.php
lib/editor/popups/insert_image.php
lib/editor/popups/insert_table.php

index f47690a17decdd91e513cfe8eeb3137e7b6ab622..e3c1b58e0d95c1dc5a58ff8676148c8c6d45988b 100644 (file)
@@ -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; <?php print_string("thischarset");?>">
+<meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>">
 <style type="text/css">
 body {
   background: ButtonFace;
index 7f218014703134aa6b851cab3fceefb1f3d48988..4578d956778a5f3a28af88b4220ca5d2fba1c8fc 100644 (file)
@@ -35,7 +35,7 @@
 ?>
 <html style="width: 320px; height: 350px;">
 <head>
-<meta http-equiv="content-type" content="text/html; <?php print_string("thischarset");?>" />
+<meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
 <meta name=vs_targetSchema content="HTML 4.0">
 <meta name="GENERATOR" content="Microsoft Visual Studio 7.0">
 <LINK rel="stylesheet" type="text/css" href="dialog.css">
index 1594ebe8d5d0fb33119b1c6b37d20a6d6674d5d4..e6010b7814c7345bfc7e08e097ee78399885cf4a 100644 (file)
@@ -10,7 +10,7 @@
 
 <head>
   <title>Insert Image</title>
-<meta http-equiv="content-type" content="text/html; <?php print_string("thischarset");?>" />
+<meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
 <script type="text/javascript" src="popup.js"></script>
 
 <script type="text/javascript">
index a6c7c6119ce680092e0af53c39bc9c572dd21f61..bdf08495f89678ce165a01a29a2d0a120e3d83ec 100644 (file)
@@ -3,7 +3,7 @@
 ?>
 <html style="width: 398; height: 218">
 <head>
-<meta http-equiv="content-type" content="text/html; <?php print_string("thischarset");?>" />
+<meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
   <title>Insert Table</title>
 <script type="text/javascript" src="popup.js"></script>
 <script type="text/javascript">