CVS update: /cowiki/includes/cowiki/class/parse/
[email protected] 22 Jun 2005 17:12:49 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: cmarble Date: 2005/06/22 10:12:49 Modified: cowiki/includes/cowiki/class/parse/class.WikiParser.php Log: Issue #200. <pre> now exactly same as <code>. "Well duh?!" File Changes: Directory: /cowiki/includes/cowiki/class/parse/ =============================================== File [changed]: class.WikiParser.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/parse/class.WikiParser.php?r1=1.54&r2=1.55 Delta lines: +3 -2 ------------------- --- class.WikiParser.php 21 Jun 2005 16:37:48 -0000 1.54 +++ class.WikiParser.php 22 Jun 2005 17:12:47 -0000 1.55 @@ -2,7 +2,7 @@ /** * - * $Id: class.WikiParser.php,v 1.54 2005/06/21 16:37:48 cmarble Exp $ + * $Id: class.WikiParser.php,v 1.55 2005/06/22 17:12:47 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 @@ -21,7 +21,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.54 $ + * @version $Revision: 1.55 $ * */ @@ -408,6 +408,7 @@ { case 'rem': case 'noop': + case 'pre': case 'code': $sRet .= '<'.$aMatch[1].'>'.$sContent .'</'.$aMatch[1].'>'; break;