| Philip Olson 2004-07-28, 8:58 pm |
| philip Wed Jul 28 18:56:28 2004 EDT
Modified files:
/phpweb downloads.php
Log:
Added missing <br />
http://cvs.php.net/diff.php/phpweb/...1&r2=1.212&ty=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.211 phpweb/downloads.php:1.212
--- phpweb/downloads.php:1.211 Wed Jul 28 16:30:32 2004
+++ phpweb/downloads.php Wed Jul 28 18:56:28 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: downloads.php,v 1.211 2004/07/28 20:30:32 philip Exp $
+// $Id: downloads.php,v 1.212 2004/07/28 22:56:28 philip Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -92,7 +92,7 @@
<?php download_link('pecl-5.0.0-Win32.zip', 'Collection of PECL modules for PHP 5.0.0'); ?> - 13 Jul 2004<br />
(Most of these <a href="http://pecl.php.net/">PECL</a> extension files come
standard with PHP 4 Windows binaries but have since been moved into this
- separate PECL download. Files such as php_pdf.dll, php_zip.dll, etc.)
+ separate PECL download. Files such as php_pdf.dll, php_zip.dll, etc.)<br />
<span class="md5sum">md5: ede9d837b3dc48a38ca992ca753ee114</span>
</li>
<li>
|