mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
XHTML fixes
This commit is contained in:
@@ -51,7 +51,7 @@ site_header("News Archive - 2003");
|
||||
<h1>PHP Magazine in PDF Format</h1>
|
||||
<p>
|
||||
<span class="newsdate">[15-Dec-2003]</span>
|
||||
<a href="http://software-support.biz/en">Software & Support Media</a>,
|
||||
<a href="http://software-support.biz/en">Software & Support Media</a>,
|
||||
producers of the <a href="http://www.phpconference.de/2003/index_en.php">International
|
||||
PHP Conference</a>, are pleased to announce a new monthly version of their
|
||||
print publication, the "<a href="http://www.php-mag.net/">International
|
||||
|
||||
@@ -437,7 +437,7 @@ site_header("News Archive - 2004");
|
||||
</p>
|
||||
|
||||
<p>There are few changes changes since Release Candidate 2, which can be found
|
||||
<a href="/ChangeLog-5.php#5.0.0RC3">here</a>.</p>
|
||||
<a href="/ChangeLog-5.php#5.0.0RC3">here</a>.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -40,13 +40,13 @@ The complete details about all of the changes can be found in the
|
||||
The PHP development team is proud to announce the release of <a href="/downloads.php#v5">PHP 5.1.0</a>.<br />
|
||||
Some of the key features of PHP 5.1.0 include:
|
||||
<ul>
|
||||
<li>A complete rewrite of date handling code, with improved timezone support.
|
||||
<li>Significant performance improvements compared to PHP 5.0.X.
|
||||
<li>PDO extension is now enabled by default.
|
||||
<li>Over 30 new functions in various extensions and built-in functionality.
|
||||
<li>Bundled libraries, PCRE and SQLite upgraded to latest versions.
|
||||
<li>Over 400 various bug fixes.
|
||||
<li>PEAR upgraded to version 1.4.5
|
||||
<li>A complete rewrite of date handling code, with improved timezone support.</li>
|
||||
<li>Significant performance improvements compared to PHP 5.0.X.</li>
|
||||
<li>PDO extension is now enabled by default.</li>
|
||||
<li>Over 30 new functions in various extensions and built-in functionality.</li>
|
||||
<li>Bundled libraries, PCRE and SQLite upgraded to latest versions.</li>
|
||||
<li>Over 400 various bug fixes.</li>
|
||||
<li>PEAR upgraded to version 1.4.5</li>
|
||||
</ul>
|
||||
|
||||
In addition to new features, this release includes a number of important
|
||||
|
||||
@@ -16,7 +16,7 @@ site_header("Download Logos");
|
||||
// Print recommended star cell
|
||||
function print_star()
|
||||
{
|
||||
echo "<td class=\"star\"><span class=\"star\" title=\"recommended\">*</a></td>\n";
|
||||
echo "<td class=\"star\"><span class=\"star\" title=\"recommended\">*</span></td>\n";
|
||||
}
|
||||
|
||||
// Provide a random bgcolor setting for a cell
|
||||
|
||||
@@ -299,13 +299,13 @@ function output_lists_table($mailing_lists)
|
||||
|
||||
<form method="post" action="/mailing-lists.php">
|
||||
|
||||
<a name="general"></a>
|
||||
<h2>General Mailing Lists</h2>
|
||||
<a name="general"></a>
|
||||
|
||||
<?php output_lists_table($general_mailing_lists); ?>
|
||||
|
||||
<a name="internals"></a>
|
||||
<h2>Internals Mailing Lists</h2>
|
||||
<a name="internals"></a>
|
||||
|
||||
<?php output_lists_table($internals_mailing_lists); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user