[Phphtmllib-devel] SF.net SVN: phphtmllib:[3206] trunk/open2300/lib/core/page/open2300Page.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-01-26 04:19:04
|
Revision: 3206 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3206&view=rev Author: hemna Date: 2009-01-26 04:19:01 +0000 (Mon, 26 Jan 2009) Log Message: ----------- missing , Modified Paths: -------------- trunk/open2300/lib/core/page/open2300Page.inc Modified: trunk/open2300/lib/core/page/open2300Page.inc =================================================================== --- trunk/open2300/lib/core/page/open2300Page.inc 2009-01-26 04:16:39 UTC (rev 3205) +++ trunk/open2300/lib/core/page/open2300Page.inc 2009-01-26 04:19:01 UTC (rev 3206) @@ -212,10 +212,11 @@ $p->set_tag_attributes( array("align" => "center") ); $footer_div->add($p); + return Container::factory( - html_comment( "FOOTER BLOCK BEGIN") - $footer_div, - html_comment( "FOOTER BLOCK END")); + html_comment( "FOOTER BLOCK BEGIN"), + $footer_div, + html_comment( "FOOTER BLOCK END")); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |