[Phphtmllib-devel] SF.net SVN: phphtmllib:[3540] branches/BRANCH_2_X/phphtmllib/widgets/ ErrorBoxWi
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2011-01-27 21:38:25
|
Revision: 3540 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3540&view=rev Author: mpwalsh8 Date: 2011-01-27 21:38:19 +0000 (Thu, 27 Jan 2011) Log Message: ----------- Type in font name. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/widgets/ErrorBoxWidget.inc Modified: branches/BRANCH_2_X/phphtmllib/widgets/ErrorBoxWidget.inc =================================================================== --- branches/BRANCH_2_X/phphtmllib/widgets/ErrorBoxWidget.inc 2011-01-27 15:31:30 UTC (rev 3539) +++ branches/BRANCH_2_X/phphtmllib/widgets/ErrorBoxWidget.inc 2011-01-27 21:38:19 UTC (rev 3540) @@ -119,7 +119,7 @@ 'padding' => '5px')); $this->add_entry('.errorbox', '.errorcell', - array('font-family' => 'ariel', + array('font-family' => 'arial', 'size' => '10pt', 'padding' => '3px', 'white-space' => 'nowrap')); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |