|
From: OryNider <ory...@us...> - 2008-02-04 12:45:20
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30561 Modified Files: Tag: core28x template.php Log Message: extra white space Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.18.2.5 retrieving revision 1.18.2.6 diff -C2 -d -r1.18.2.5 -r1.18.2.6 *** template.php 3 Feb 2008 19:22:19 -0000 1.18.2.5 --- template.php 4 Feb 2008 12:45:08 -0000 1.18.2.6 *************** *** 1417,1421 **** } // find end of html comment ! $pos2 = strpos($line, ' -->', $pos1); if($pos2 !== false) { --- 1417,1421 ---- } // find end of html comment ! $pos2 = strpos($line, '-->', $pos1); if($pos2 !== false) { |