Ticket #5519: xhtml.diff
| File xhtml.diff, 7.8 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 <link rel="stylesheet" href="wp-admin/css/install.css" type="text/css" /> 6 <link rel="stylesheet" href="wp-admin/css/install.css" type="text/css" /> 7 7 </head> 8 8 <body> 9 9 <h1 id="logo" style="text-align: center"> -
wp-admin/setup-config.php
31 31 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 32 32 <html xmlns="http://www.w3.org/1999/xhtml"> 33 33 <head> 34 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 34 35 <title>WordPress › Setup Configuration File</title> 35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 36 36 37 <style media="screen" type="text/css"> 37 38 <!-- 38 39 html { -
wp-admin/sidebar.php
11 11 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 12 12 <html xmlns="http://www.w3.org/1999/xhtml"> 13 13 <head> 14 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" /> 14 15 <title>WordPress › Posted</title> 15 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />16 16 <?php wp_admin_css(); ?> 17 17 </head> 18 18 <body> … … 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
1346 1346 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1347 1347 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 1348 1348 <head> 1349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1349 1350 <title><?php echo $title ?></title> 1350 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />1351 1351 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" /> 1352 1352 <?php 1353 1353 if ( ( $wp_locale ) && ( 'rtl' == $wp_locale->text_direction ) ) : ?> … … 1550 1550 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1551 1551 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 1552 1552 <head> 1553 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1553 1554 <title>Database Error</title> 1554 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />1555 1555 1556 </head> 1556 1557 <body> 1557 1558 <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())
