diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-02-24 08:51:09 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-02-24 08:51:09 +0000 |
| commit | bd14695dae6b4cb4f07c549a17020fa66b7e2ede (patch) | |
| tree | 012a556ece4ab94e8a40d4c6b0acbe3132b66895 /s5.php | |
| parent | 2cfb36d6b9ecb3a5e487c7c118dfeae1feaba1a0 (diff) | |
| download | wiki-bd14695dae6b4cb4f07c549a17020fa66b7e2ede.tar.gz wiki-bd14695dae6b4cb4f07c549a17020fa66b7e2ede.tar.bz2 wiki-bd14695dae6b4cb4f07c549a17020fa66b7e2ede.zip | |
fix 'seperate' spelling mistakes
Diffstat (limited to 's5.php')
| -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 |
