CVS update: /cowiki/dist/
[email protected] 1 May 2005 01:47:18 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/04/30 18:47:18 Modified: cowiki/dist/index.php Log: Fix HTML File Changes: Directory: /cowiki/dist/ ======================== File [changed]: index.php Url: http://cowiki.tigris.org/source/browse/cowiki/dist/index.php?r1=1.6&r2=1.7 Delta lines: +43 -38 --------------------- --- index.php 10 Feb 2005 05:29:21 -0000 1.6 +++ index.php 1 May 2005 01:47:16 -0000 1.7 @@ -2,7 +2,7 @@ /** * - * $Id: index.php,v 1.6 2005/02/10 05:29:21 dgorski Exp $ + * $Id: index.php,v 1.7 2005/05/01 01:47:16 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -16,7 +16,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ * */ @@ -39,9 +39,8 @@ <title>coWiki - snapshots and nighly builds</title> <meta name="robots" content="noindex, nofollow"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"> -</head> -<style media="screen" type="text/css"> + <style media="screen" type="text/css"> body { font-family: Arial, Helvetica, sans-serif; @@ -73,7 +72,8 @@ font-family: Courier New, Courier, monospace; } -</style> + </style> +</head> <body> @@ -103,7 +103,7 @@ <i>Warning:</i> The listed files are (maybe unstable) CVS snapshots. Do not whine if they do not work properly for you or if they do not match your expectation. The current - <a target="_blank" href="http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?rev=HEAD&content-type=text/vnd.viewcvs-markup">ChangeLog</a> + <a target="_blank" href="http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?rev=HEAD&content-type=text/vnd.viewcvs-markup">ChangeLog</a> may differ from the latest snapshot due to a time shift. </td> </tr> @@ -189,6 +189,7 @@ <hr /> <table cellpadding="0" cellspacing="0" border="0"> + <tr> <td style="font-size:16px"> If you encounter problems with the latest snapshot, please try an @@ -206,7 +207,7 @@ <br /><br /> Thank you for your interest and your efforts ... - your coWiki development team. + COPYRIGHT © The coWiki Project, ALL RIGHTS RESERVED </td> </tr> @@ -231,6 +232,10 @@ * @since coWiki 0.3.0 */ function renderRow($aData, $nBegin, $nEnd, $sStr) { + + if (!sizeof($aData)) { + return; + } echo '<tr>'; echo '<td colspan="6" nowrap>';