]> git.mjollnir.org Git - moodle.git/commitdiff
select_color.php popup should specify charset MDL-7193; patch by Hiroto Kagotani...
authorskodak <skodak>
Tue, 24 Oct 2006 21:39:43 +0000 (21:39 +0000)
committerskodak <skodak>
Tue, 24 Oct 2006 21:39:43 +0000 (21:39 +0000)
lib/editor/htmlarea/popups/select_color.php

index ea271a1372c9d51851079df39c0eb5a2939c345c..74a5be8adaf9e7341cd0c1eb95f8ffc25390103e 100644 (file)
@@ -1,8 +1,11 @@
 <?php
 include("../../../../config.php");
 ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 <head>
+<meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
 <title><?php print_string("selectcolor","editor");?></title>
 <style type="text/css">
 html, body { width: 238; height: 188; }