1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

фикс проблемы с кодировкой в TinyMCE

This commit is contained in:
Mzhelskiy Maxim 2008-12-09 08:20:48 +00:00
parent 420e638167
commit 35a253a057
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,4 @@
AddDefaultCharset UTF-8
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

View file

@ -1,7 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Вставка изображения</title>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<title>Вставка изображения</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="js/image.js"></script>

View file

@ -1,7 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Вставка видео</title>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<title>Вставка видео</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="js/video.js"></script>

View file

@ -1,8 +1,8 @@
<HTML>
<HEAD>
<TITLE>{$sHtmlTitle}</TITLE>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<TITLE>{$sHtmlTitle}</TITLE>
<META name="DESCRIPTION" content="{$sHtmlDescription}">
<META name="KEYWORDS" content="{$sHtmlKeywords}">