diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-09 14:52:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-09 14:52:47 +0000 |
| commit | e12fa5bcbc507e2693665afeabf9b0faa433b707 (patch) | |
| tree | 4ed1cb151fd327b57c2a921cc53e7e7be1256c76 /s5.php | |
| parent | 7b7d1cdb5c06bc6494960da20760ec8e9581d05a (diff) | |
| download | wiki-e12fa5bcbc507e2693665afeabf9b0faa433b707.tar.gz wiki-e12fa5bcbc507e2693665afeabf9b0faa433b707.tar.bz2 wiki-e12fa5bcbc507e2693665afeabf9b0faa433b707.zip | |
minor code cleanups here and there
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.4 2006/02/09 11:53:28 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.5 2006/02/09 14:52:47 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * 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.4 2006/02/09 11:53:28 squareing Exp $ + * $Id: s5.php,v 1.5 2006/02/09 14:52:47 squareing Exp $ * @package wiki * @subpackage functions */ @@ -17,7 +17,7 @@ $slides = explode( '<h1>', $pdata ); //vd($slides); // manually set the first slide to page title and description - $s5 = '<li class="slide"><h1>'.$gContent->mInfo['title'].'</h1>'; + $s5 .= '<li class="slide"><h1>'.$gContent->mInfo['title'].'</h1>'; $s5 .= '<h3>'.$gContent->mInfo['description'].'</h3></li>'; foreach( $slides as $slide ) { if( !empty( $slide ) ) { |
