Author: Jan Borsodi
Date: 2006-12-20 13:55:26 +0100 (Wed, 20 Dec 2006)
New Revision: 4420
Log:
- Fixed issues with too many stars on one line.
Modified:
scripts/clone-empty.php
Modified: scripts/clone-empty.php
===================================================================
--- scripts/clone-empty.php 2006-12-20 12:52:33 UTC (rev 4419)
+++ scripts/clone-empty.php 2006-12-20 12:55:26 UTC (rev 4420)
@@ -222,8 +222,10 @@
$new .= $tokens[$i][1];
}
}
-
+
+ $new = preg_replace( "#[*]([ \t]+[*])+#", "*", $new );
+
return $new;
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components