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

View File

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