wrong height for rectangle in BlankAd

This commit is contained in:
Evan Prodromou 2010-01-27 08:13:05 -05:00
parent e4393ee6db
commit 4ad931ad38
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class BlankAdPlugin extends UAPPlugin
{
$action->element('img',
array('width' => 180,
'height' => 50,
'height' => 150,
'src' => common_path('plugins/BlankAd/redpixel.png')),
'');
}