Revision: 3389
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3389&view=rev
Author: hemna
Date: 2010-02-27 00:56:51 +0000 (Sat, 27 Feb 2010)
Log Message:
-----------
make sure the title has something
Modified Paths:
--------------
trunk/open2300/lib/modules/home/widgets/WebCam.inc
Modified: trunk/open2300/lib/modules/home/widgets/WebCam.inc
===================================================================
--- trunk/open2300/lib/modules/home/widgets/WebCam.inc 2010-02-27 00:55:51 UTC (rev 3388)
+++ trunk/open2300/lib/modules/home/widgets/WebCam.inc 2010-02-27 00:56:51 UTC (rev 3389)
@@ -49,6 +49,8 @@
$cam_title_div->add(" ");
$nowtime = date("H:i:s");
$cam_title_div->add(new SPANtag(array('id' => 'idWebCamFlasUpdate', 'style' => 'font-size: .7em'), "(Updated ".$filetime." )"));
+ } else {
+ $cam_title_div->add(" ");
}
//$cam_title_div->add($cal_div, $cam_calendar_icon);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|