Updated class for application list

This commit is contained in:
Sarven Capadisli 2010-01-12 01:01:45 +00:00 committed by Zach Copley
parent 676975605b
commit 284301db81
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ApplicationList extends Widget
function show()
{
$this->out->elementStart('ul', 'applications xoxo');
$this->out->elementStart('ul', array('id' => 'applications'));
$cnt = 0;