Make WordPress Core


Ignore:
Timestamp:
11/06/2005 03:30:11 AM (21 years ago)
Author:
ryan
Message:

TinyMCE 2.0RC4 Props skeltoac. fixes #1830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/source_editor.htm

    r2917 r2993  
    11<html xmlns="http://www.w3.org/1999/xhtml">
    22<head>
    3         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     3        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    44        <title>{$lang_theme_code_title}</title>
    55        <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
    66        <script language="javascript" type="text/javascript" src="jscripts/source_editor.js"></script>
    77</head>
    8 <body onload="onLoadInit();" onresize="resizeInputs();" style="display: none">
     8<body onload="tinyMCEPopup.executeOnLoad('onLoadInit();');document.getElementById('htmlSource').focus();" onresize="resizeInputs();" style="display: none">
    99        <form name="source" onsubmit="saveContent();" action="#">
    1010                <div style="float: left" class="title">{$lang_theme_code_title}</div>
Note: See TracChangeset for help on using the changeset viewer.