Ticket #5519: xhtml2.3.diff
| File xhtml2.3.diff, 7.2 KB (added by ffemtcj, 4 years ago) |
|---|
-
readme.html
1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 5 <title>WordPress › ReadMe</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />6 6 <link rel="stylesheet" href="wp-admin/css/install.css" type="text/css" /> 7 7 </head> 8 8 <body> -
wp-admin/setup-config.php
28 28 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 29 29 <html xmlns="http://www.w3.org/1999/xhtml"> 30 30 <head> 31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 31 32 <title>WordPress › Setup Configuration File</title> 32 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />33 33 <style media="screen" type="text/css"> 34 34 <!-- 35 35 html { -
wp-admin/sidebar.php
26 26 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 27 27 <html xmlns="http://www.w3.org/1999/xhtml"> 28 28 <head> 29 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" /> 29 30 <title>WordPress › Sidebar</title> 30 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />31 31 <?php wp_admin_css(); ?> 32 32 <style type="text/css" media="screen"> 33 33 form { -
wp-includes/functions.php
1261 1261 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1262 1262 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists('language_attributes') ) language_attributes(); ?>> 1263 1263 <head> 1264 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1264 1265 <title><?php echo $title ?></title> 1265 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />1266 1266 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" /> 1267 1267 <?php 1268 1268 if ( ( $wp_locale ) && ('rtl' == $wp_locale->text_direction) ) : ?> … … 1440 1440 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1441 1441 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 1442 1442 <head> 1443 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1443 1444 <title>Database Error</title> 1444 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />1445 1445 </head> 1446 1446 <body> 1447 1447 <h1>Error establishing a database connection</h1> -
wp-includes/js/tinymce/blank.htm
1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 3 4 <title>blank_page</title> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />5 5 </head> 6 6 <body class="mceContentBody"> 7 7 -
wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js
397 397 html += '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">'; 398 398 html += '<html>'; 399 399 html += '<head>'; 400 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; 400 401 html += '<title>Wrapper iframe</title>'; 401 402 402 403 // WordPress: put the window buttons on the left as in Macs 403 404 if (this.isMac) html += '<style type="text/css">.mceWindowTitle{float:none;margin:0;width:100%;text-align:center;}.mceWindowClose{float:none;position:absolute;left:0px;top:0px;}</style>'; 404 405 405 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';406 406 html += '<link href="' + this.getParam("css_file") + '" rel="stylesheet" type="text/css" />'; 407 407 html += '</head>'; 408 408 html += '<body onload="parent.mcWindows.onLoad(\'' + name + '\');">'; -
wp-includes/js/tinymce/plugins/inlinepopups/jscripts/mcwindows.js
167 167 html += '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">'; 168 168 html += '<html>'; 169 169 html += '<head>'; 170 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; 170 171 html += '<title>Wrapper iframe</title>'; 171 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';172 172 html += '<link href="../jscripts/tiny_mce/themes/advanced/css/editor_ui.css" rel="stylesheet" type="text/css" />'; 173 173 html += '</head>'; 174 174 html += '<body onload="parent.mcWindows.onLoad(\'' + name + '\');">'; -
wp-includes/js/tinymce/plugins/paste/blank.htm
1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 3 4 <title>blank_page</title> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />5 5 <script language="javascript"> 6 6 function init() { 7 7 document.body.contentEditable = true; -
wp-includes/js/tinymce/tiny_mce.js
3875 3875 // Setup base HTML 3876 3876 doc = this.contentDocument; 3877 3877 if (dynamicIFrame) { 3878 html = tinyMCE.getParam('doctype') + '<html><head xmlns="http://www.w3.org/1999/xhtml"><base href="' + tinyMCE.settings.base_href + '" />< title>blank_page</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body class="mceContentBody"></body></html>';3878 html = tinyMCE.getParam('doctype') + '<html><head xmlns="http://www.w3.org/1999/xhtml"><base href="' + tinyMCE.settings.base_href + '" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>blank_page</title></head><body class="mceContentBody"></body></html>'; 3879 3879 3880 3880 try { 3881 3881 if (!this.isHidden())
