diff options
| -rw-r--r-- | s5.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.7 2006/11/28 17:18:21 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.8 2007/02/24 08:51:09 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,12 +8,12 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: s5.php,v 1.7 2006/11/28 17:18:21 squareing Exp $ + * $Id: s5.php,v 1.8 2007/02/24 08:51:09 squareing Exp $ * @package wiki * @subpackage functions */ - // we need to split the page into seperate slides + // we need to split the page into separate slides $slides = explode( '<h1>', $gContent->getField('parsed_data') ); //vd($slides); // manually set the first slide to page title and description |
