Fixing charset setting.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user