CVS update: /cowiki/includes/cowiki/class/parse/
[email protected] 30 May 2005 16:49:36 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: cmarble Date: 2005/05/30 09:49:36 Modified: cowiki/includes/cowiki/class/parse/class.WikiReverseParser.php Log: Oops. Same error as before. Gone now. File Changes: Directory: /cowiki/includes/cowiki/class/parse/ =============================================== File [changed]: class.WikiReverseParser.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/parse/class.WikiReverseParser.php?r1=1.19&r2=1.20 Delta lines: +3 -3 ------------------- --- class.WikiReverseParser.php 30 May 2005 13:55:00 -0000 1.19 +++ class.WikiReverseParser.php 30 May 2005 16:49:34 -0000 1.20 @@ -2,7 +2,7 @@ /** * - * $Id: class.WikiReverseParser.php,v 1.19 2005/05/30 13:55:00 cmarble Exp $ + * $Id: class.WikiReverseParser.php,v 1.20 2005/05/30 16:49:34 cmarble 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 @@ -17,7 +17,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.19 $ + * @version $Revision: 1.20 $ * */ @@ -724,7 +724,7 @@ echo "cdata ".$sData."\n"; } if($this->ignoreToc){ return; } - if( trim($sData) != '' ) { + if( $sData != "\n" ) { switch( end($this->aState) ){ case 2:/*WRP_LINK*/ $this->sLink[2] .= trim($sData);