[Phphtmllib-devel] SF.net SVN: phphtmllib:[3158] branches/BRANCH_2_X/phphtmllib/examples/index .php
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2008-09-23 02:55:40
|
Revision: 3158 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3158&view=rev Author: mpwalsh8 Date: 2008-09-23 02:55:27 +0000 (Tue, 23 Sep 2008) Log Message: ----------- Fixed typo. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/examples/index.php Modified: branches/BRANCH_2_X/phphtmllib/examples/index.php =================================================================== --- branches/BRANCH_2_X/phphtmllib/examples/index.php 2008-09-13 11:58:46 UTC (rev 3157) +++ branches/BRANCH_2_X/phphtmllib/examples/index.php 2008-09-23 02:55:27 UTC (rev 3158) @@ -131,7 +131,7 @@ if (!$file) { - return phphtmllib::_HTML_SPACE; + return _HTML_SPACE; } //xmp_var_dump( $file ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |