change width of notices table to display better

This commit is contained in:
Evan Prodromou 2010-11-09 13:04:11 -05:00
parent 17ab5c31ed
commit e87323e426
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class UserEmailSummaryHandler extends QueueHandler
$profile->getBestName()));
$out->elementStart('table', array('width' => '100%', 'style' => 'border: none'));
$out->elementStart('table', array('width' => '541px', 'style' => 'border: none'));
while ($notice->fetch()) {